- Versionshinweise
- Überblick
- Erste Schritte
- UiPath-Marktplatzanbieter
- Marketplace-Kunden
- Veröffentlichungsrichtlinien
- Veröffentlichungsrichtlinien für sofort einsatzbereite Automatisierungen
- Veröffentlichungsrichtlinien für Lösungsbeschleuniger
- Veröffentlichungsrichtlinien für Integration Service-Connectors
- Veröffentlichungsrichtlinien für Process Mining-App-Vorlagen
- Sicherheit und IP-Schutz
- Andere UiPath-Auflistungen
- Node-RED
- Einrichten
- Teams
- Microsoft Teams-Scope
- Erstellen Sie ein Team
- Erstellt ein Team aus der Gruppe
- Get Team
- Teams abrufen
- Kanäle
- Create Channel
- Kanal löschen
- Kanal abrufen
- Rufen Sie Kanäle ab
- Updatekanal
- Chats
- Get Chat
- Rufen Sie Chats ab
- Chatmitglieder abrufen
- Messages
- Get message
- Get Messages
- Rufen Sie Nachrichtenantworten ab
- Auf Nachricht antworten
- Send Message
- Events
- Termin erstellen
- Ereignis löschen
- Get Event
- Ereignisse abrufen
- Benutzer
- Rufen Sie die Benutzeranwesenheit ab
- Wie es funktioniert
- Technische Referenzen
- Erste Schritte
- Einrichten
- Technische Referenzen
- Schnellstarts
- Amazon-Scope
- Aktivitäten
- Analysieren Sie einseitiges Dokument
- Analysieren Sie ein mehrseitiges Dokument
- Dokumentanalyse starten
- Rufen Sie den Status der Dokumentanalyse ab
- Rufen Sie die Dokumentanalyse ab
- Das Objekt „Seitendetails“.
- Wie es funktioniert
- Technische Referenzen
- Erste Schritte
- Über
- Einrichten
- Technische Referenzen
- Azure Formularerkennungs-Scope
- Aktivitäten
- Formular analysieren
- Formular asynchron analysieren
- Formularergebnis der Analyse abrufen
- Beleg analysieren
- Beleg asynchron analysieren
- Rufen Sie das Analyseergebnis des Belegs ab
- Analysieren Sie das Layout
- Analysieren Sie das Layout asynchron
- Rufen Sie das Ergebnis der Analyselayouts ab
- Modell trainieren
- Modelle abrufen
- Modellschlüssel abrufen
- Modellinformationen abrufen
- Modell löschen
- Konnektoren
- So erstellen Sie Aktivitäten
- Ihre Integration entwickeln

Marketplace-Benutzerhandbuch
Schnellstart
Diese Anleitung zeigt Ihnen, wie Sie die UiPath-Beispielanwendung installieren und ein einfaches Projekt erstellen, das die Verbindung zu Ihrer Appian-Plattform überprüft.
Um Ihre Verbindung zu validieren, erstellen Sie eine Automatisierungs-Sequence mit den Appian-Aktivitäten, um Folgendes zu tun:
- Connect a user via the Appian Scope activity.
- Assign a task to a user via the Start Human Activity activity.
Voraussetzungen
Bevor Sie mit dem Erstellen Ihres Projekts beginnen, das die Appian-Aktivitäten enthält, müssen Sie die UiPath-Beispielanwendung herunterladen. Diese Beispiel-App enthält (neben anderen Objekten) Beispielprozessmodelle und Web-APIs, die die Verbindung und Interaktion zwischen Appian und UiPath ermöglichen.
-
Download the UiPath Sample Application.
- Sie importieren diese ZIP-Datei in Ihre Appian-Plattform kopieren, also speichern Sie sie an einem Ort, auf den Sie leicht zugreifen können.
-
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.

Alles erledigt! Die UiPath-Beispielanwendung kann jetzt verwendet werden. Jetzt erstellen wir ein neues Automatisierungsprojekt mit dem Appian-Aktivitätspaket.
Schritte
Ein neues Projekt erstellen
-
Öffnen Sie 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.
-
Klicken Sie auf Erstellen (Create).

You're done! Next, follow the steps below to add the Appian Activities Package to your project via Manage Packages.
Fügen Sie das Appian-Aktivitätspaket hinzu
-
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).
-
Klicken Sie auf Installieren.
-
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.

Jetzt erstellen wir Ihr erstes Appian-Automatisierungsprojekt.
Erstellen Sie Ihr Appian-Automatisierungsprojekt
Appian-Scope
-
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.
Starten Sie eine menschliche Aktivität
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).

Alles erledigt! Ihr Automatisierungsprozess kann nun ausgeführt werden.
Next, let's test your Start Human Activity project by running the process and validating the results in your Appian platform.
Testen Sie die Aktivität „Start Human“
-
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.

Alles erledigt! Sie haben Ihr Appian-Automatisierungsprojekt erfolgreich erstellt und getestet. Die Validierung Ihrer Verbindung ist jetzt bereit für mehr.