UiPath Documentation
marketplace
latest
false
Important :
Ce contenu a été traduit à l'aide d'une traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.
UiPath logo, featuring letters U and I in white

Guide de l'utilisateur Marketplace

Dernière mise à jour 1 avr. 2026

Quick start: the 5 minute activity set

Important :

This document refers to a deprecated version of the UiPath Activity Creator for Visual Studio. Please see the new documentation here.

UiPath Activity Creator quick start overview

Introduction

Une activité constitue l'élément de base de l'automatisation des processus. UiPath Studio comprend des activités de base intégrées et d'autres activités dédiées (PDF, mail, Excel) que vous pouvez installer via le gestionnaire des packages. Vous pouvez consulter le Guide des activités UiPath pour plus de détails et d'exemples, ainsi que la façon de Gérer les packages d'activités. De plus, vous pouvez créer des activités personnalisées pour mieux automatiser les processus en fonction de vos besoins. Les étapes ci-dessous vous permettront de créer des activités personnalisées en 5 minutes plates.

Éléments requis

1) Ajoutez l'extension UiPath Activity Creator à Visual Studio

Open Visual Studio and click Extensions > Manage Extensions.

Visual Studio Extensions menu showing Manage Extensions option

In the wizard that appears, click Online and then Search (Ctrl+E) for UiPath. Download the UiPath Activity Creator extension.

Searching for and downloading the UiPath Activity Creator extension in Visual Studio

Close Visual Studio and, once the VSIX Installer appears, complete the installation.

VSIX Installer completing the UiPath Activity Creator extension installation

2) Créer une solution

Visual Studio organizes project files, settings, and build configurations into containers called Solutions. Go to File > New > Project (Ctrl+Shift+N) to create a new solution.

Visual Studio File menu showing New Project option

In the New Project wizard that comes up, select Other Project Types > Visual Studio Solutions > Blank Solution and click Next. Give the solution a name and click Create.

New Project wizard with Blank Solution selected

Solution name entry field in the New Project wizard

Notez qu'une nouvelle solution a été créée dans l'explorateur de solutions.

Solution Explorer showing the newly created blank solution

3) Ajouter un nouveau projet d'activité

Custom activities require a number of standard files organized in a specific way. Rather than add them all manually, right-click your solution in the Solution Explorer, and select Add > New Project.

Solution Explorer context menu showing Add New Project option

Within the wizard that comes up, search for uipath, select UiPath SDK Project, and give your activity set a name (the conventional format is <Company Name>.<Product Name>; UiPath.Orchestrator, for example).

New Project wizard with UiPath SDK Project template selected and activity set name entered

Notez que 3 projets, un dossier partagé et de nombreux fichiers ont maintenant été ajoutés à votre solution.

Solution Explorer showing three projects, a Shared folder, and generated files after adding the UiPath SDK Project

4) Construire l'ensemble d'activités

Dans l'explorateur de solutions, cliquez avec le bouton droit sur votre solution et sélectionnez Reconstruire la solution (Rebuild Solution). Vous disposez à présent d’un ensemble fonctionnel de deux activités !

Solution Explorer context menu with Rebuild Solution selected

5) Ajouter les activités à Studio

Pour utiliser vos activités, UiPath Studio doit savoir où les trouver. Dans la sortie de build, notez l'emplacement de votre ensemble d'activités nouvellement créé. Cela viendra en bas après Successfully created package:.

Build output showing the successfully created activity set package path

Open UiPath Studio and navigate to the Package Manager's Settings. From here, tell Studio to look for new packages in the output folder copied from above. Once you click Add, you'll be able to see your new activity and import it into future workflows.

UiPath Studio Package Manager Settings with custom output folder added

Using your activities

Une fois que Studio s'est connecté à votre dossier de sortie, ajoutez votre ensemble d'activités au workflow.

Adding the custom activity set to a workflow in UiPath Studio

Notez qu’une nouvelle catégorie a été ajoutée au volet Activités (Activities).

Activities pane in UiPath Studio showing the new custom activity category

Prêtes à l'emploi, vous disposez maintenant de deux activités à utiliser : une Étendue parent (Parent Scope) et une Activité enfant (Child). Plus d’informations sur celles à venir.

Parent Scope and Child Activity displayed in the UiPath Studio designer

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour