- Notes de publication
- Vue d'ensemble (Overview)
- Démarrage
- Fournisseurs Marketplace
- Clients Marketplace
- Directives de publication
- Directives de publication pour les automatisations prêtes à l'emploi
- Publication de directives pour les accélérateurs de solution
- Directives de publication pour les connecteurs Integration Service
- Publication des directives pour les modèles d’application Process Mining
- Sécurité et protection IP
- Autres listes UiPath
- Démarrage rapide
- Étendue d'Appian
- Démarrer l’activité humaine
- Démarrer le processus
- Node-RED
- Configuration
- Équipe
- Fonctionnalités de Microsoft Teams
- Créer une équipe
- Créer une équipe à partir d'un groupe
- Obtenir l'équipe
- Get Teams
- Canaux
- Créer le canal
- Supprimer le canal
- Obtenir le canal
- Obtenir les canaux
- Mettre à jour le canal
- Chats
- Obtenir des chats
- Get Chats
- Récupérer des membres du chat
- Messages
- Obtenir des messages
- Get Messages
- Obtenir les réponses de message
- Répondre au message
- Envoyer message
- Events
- Créer un événement
- Supprimer l'événement
- Get Event
- Obtenir les événements
- Utilisateurs
- Obtenir la présence de l'utilisateur
- Mode de fonctionnement
- Références techniques
- Démarrer
- Configuration
- Références techniques
- Démarrages rapides
- Portée d'Amazon
- Activités
- Analyser un document d'une seule page
- Analyser un document multipage
- Démarrer l’analyse du document
- Obtenir le statut de l'analyse du document
- Récupérer l'analyse du document
- Objet Page Detail
- Mode de fonctionnement
- Références techniques
- Démarrer
- À propos
- Configuration
- Références techniques
- Étendue Azure Form Recorder
- Activités
- Analyser le formulaire
- Analyser le formulaire asynchrone
- Récupérer le résultat du formulaire d'analyse
- Analyser le reçu
- Analyser le reçu asynchrone
- Obtenir le résultat du reçu d'analyse
- Analyser la mise en page
- Analyser la mise en page asynchrone
- Obtenir le résultat de l’analyse de la mise en page
- Entraîner le modèle
- Obtenir les modèles
- Obtenir les clés de modèle
- Obtenir les informations de modèle
- Supprimer le modèle
- Connecteurs
- Comment créer des activités
- Créer votre intégration

Guide de l'utilisateur Marketplace
Démarrage rapide
Ce guide vous montre comment installer l'exemple d'application UiPath et créer un projet simple qui valide la connexion à votre plate-forme Appian.
Pour valider votre connexion, vous créerez une séquence d'automatisation à l'aide des activités Appian pour effectuer les opérations suivantes :
- Connect a user via the Appian Scope activity.
- Assign a task to a user via the Start Human Activity activity.
Prérequis
Avant de commencer à créer votre projet qui inclut les activités Appian, vous devez télécharger l'exemple d'application UiPath. Cet exemple d'application comprend (entre autres objets) des exemples de modèles de processus et des API Web qui permettent la connexion et l'interaction entre Appian et UiPath.
-
Download the UiPath Sample Application.
- Vous allez importer ce fichier .zip dans votre plate-forme Appian, enregistrez-le donc dans un endroit auquel vous pouvez facilement accéder.
-
Open the Appian platform in your browser and go to the Appian Designer (e.g., *https://*YourInstance.appiantrial.com/suite/design).

-
Go to Applications and click the Import button (this opens the Import Package window).

-
In the Import Package window, click the Upload button and select the .zip file that you saved in step 1.
-
Click the Inspect button to verify the package doesn't have errors.

-
After successful inspection, click the Import Package button.

Vous avez terminé ! L'exemple d'application UiPath est maintenant prêt à l'emploi. À présent, créons un nouveau projet d’automatisation à l’aide du package d’activités Appian.
Étapes
Créer un nouveau projet
-
Ouvrez UiPath Studio.
-
Under New Project, click Process to create a new project (this opens a New Blank Process window).

-
Enter a project Name, Location, and Description.
-
Cliquez sur Créer (Create).

You're done! Next, follow the steps below to add the Appian Activities Package to your project via Manage Packages.
Ajouter le package d'activités Appian
-
In your new project, click Design at the top of the page.
-
Click Manage Packages (this opens the Manage Packages window).

-
Under All Packages, click Go! .
-
Search for "Appian" (the search results automatically return as you type).
-
Click UiPath.Appian.Activities in the results panel (this opens the package details panel in the right-hand side of the window).
-
Cliquez sur Installer.
-
Click Save (this opens a License Acceptance window).

-
Click I Accept in the License Acceptance window.

You're done! The Appian Activities package is now in your Activities > Available > Integrations > Appian.

Construisons maintenant votre premier projet d’automatisation Appian.
Créez votre projet d'automatisation Appian
Étendue d'Appian
-
In the Activities panel, go to Available > Integrations > Appian.
-
Click, drag, and drop the Appian Scope into the main Designer panel.
-
In the Designer panel, click the Appian Scope activity to open its Properties panel.

-
Enter the Server URL, Username, and Password for your Appian platform.

With the Appian Scope activity added, you're ready to add the Start Human Activity.
Démarrer l’activité humaine
This activity starts a predefined process (template) that is included in the UiPath Sample Application to assign a task to a group or individual.
-
In the Activities panel, go to Available > Integrations > Appian.
-
Click, drag, and drop the Start Human Activity into the main Designer panel.
-
In the Designer panel, click the Start Human Activity activity to open its Properties panel.

-
Enter the GroupId or Username that you want to assign to the process.
- If you want to assign the process to a specific group of users, follow the steps below to locate the GroupId, otherwise enter a Username to assign it to an individual user.
-
In the Designer panel, click the search icon next to the property (this opens the Select Group wizard).
-
In the Select Group wizard, enter the ServerURL, Username, and Password that you used in the Appian Scope activity.
-
Click the Connect button.
-
Select the process from the list and click the Select button.


-
Create a
Stringoutput variable and enter it in the ProcessId property.
-
To help verify the success of the process, add a Message Box activity after the Start Human Activity and enter your ProcessId output variable in the Text property (e.g., "Process ID: " + processId).

Vous avez terminé ! Votre processus d’automatisation est maintenant prêt à être exécuté.
Next, let's test your Start Human Activity project by running the process and validating the results in your Appian platform.
Tester l'activité humaine Démarrer (Start)
-
Open the Appian platform in your browser and go to the Appian Designer (e.g., *https://*YourInstance.appiantrial.com/suite/design).
-
Go to Applications and click the UiPath Sample Application link from the list of applications (this opens to the application objects).

-
From the UiPath Sample Application, click the Monitoring tab (this opens a list of your processes).
-
Select the Show process details check box (this shows the Process ID within the list of your processes).

-
Go to UiPath Studio and open the Appian automation project that you just created.
-
Click Run.

-
After the Start Human Activity runs, take note of the Process ID that is shown in the Message Box.

-
Verify the Start Human Activity process appears in the Appian monitoring list and the Process ID matches the Process ID from the Message Box.

Vous avez terminé ! Vous avez créé et testé avec succès votre projet d’automatisation Appian et validez votre connexion avec d’autres fonctionnalités.