marketplace
latest
false
- 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
Wichtig :
Dieser Inhalt wurde maschinell übersetzt.
Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

Marketplace-Benutzerhandbuch
Letzte Aktualisierung 1. Apr. 2026
Einen Auftrag starten – spezifisch
Before reviewing the example, it's recommended that you first read the How to Start a Job tutorial.
The example below shows the job template experience when a user selects Specific for their job Strategy and adds Input Arguments to include in the request.
In diesem Beispiel ist das Ereignis, das diese Vorlage aufruft, die Erstellung eines neuen Incidents. Das Definieren, wie sie aufgerufen wird, ist anwendungsspezifisch und wird in diesem Beispiel nicht behandelt.
Wie es funktioniert
The following steps and images are an example of how the connector works from design time (that is, user inputs) to run time (that is, sending the HTTP request).
- Enter a Job Template Name.
- Dieser Name wird in Ihrer Anwendung verwendet und kann als eindeutiger Bezeichner fungieren, falls Sie abhängig vom Ereignis, das in Ihrer Anwendung auftritt, verschiedene Aufträge starten möchten.
- Enter the Process Name that you want to start.
- After entering the process name, the connector sends a request the Releases endpoint to retrieve all of the process Environments.
- The system processes the response and populates the Environment drop-down list with the EnvironmentName values and the Input button becomes required because there are required input Arguments (that is,
"Input": "[{\"name\":\"IncidentId\",...\"required\":true,\"...).
- Select the Environment that you want to start the job in.
- Select the Strategy that you want to apply to the job (that is, Specific).
- After selecting Specific, the UI presents a Robot drop-down list.
- To populate the Robot list, the system sends request to the Environments endpoint to retrieve all robots that are available in the previously selected Environment.
- If you change the Environment selection, the Robot drop-down list is refreshed to show all robots in the newly selected environment.
- Click Inputs (this opens a window that includes selections/inputs that are specific to your application).
- Select the application Object that you want to associate with this job template (i.e., Incident).
- Select the type of event that will invoke this job template (i.e., New incident created).
- Select the Field Data associated with the selected Object that you want to include as the job input argument values.
- For example, selecting Incident Id indicates that you want the id value included as a job input argument.
- Click Done (this closes the window).
- Klicken Sie auf Speichern (Save).
- When a new a new Incident is created in the application, the connector sends a request to the Jobs endpoint to start the specified process.
