- Einleitung
- Erste Schritte
- Prozessmodellierung
- Opening the modeling canvas
- Modellierung Ihres Prozesses
- Aligning and connecting BPMN elements
- Autopilot™ for Maestro (Vorschau)
- Prozessimplementierung
- Debugging
- Simulating
- Veröffentlichen und Aktualisieren von agentischen Prozessen
- Extrahieren und Validieren von Dokumenten
- Geschäftsregeln (Vorschau)
- Prozess-Apps (Vorschau)
- Prozessabläufe
- Prozessüberwachung
- Prozessoptimierung
- Referenzinformationen

Benutzerhandbuch zu Maestro
Tasks provide the building blocks for process execution. UiPath Platform™ capabilities are accessed via standard BPMN task types. The Implementation configuration defines how each task interacts with external systems or internal logic. Depending on the task type—Service, User, or Send—you can trigger automations, route work to agents, wait for connector events, or send messages to other systems. The available actions vary by task type but follow a consistent design: select an action, define inputs and outputs, and optionally update process variables.
In Maestro, the task type you select determines what the step does at runtime and which UiPath Platform components it calls. Some types run work inside Maestro, others orchestrate Robots, agents, API workflows, queues, or Business Rules. Use this table to pick the task type that matches your outcome and to see which platform capability it invokes.
| Aufgabentyp | Beschreibung | UiPath Platform component(s) involved |
|---|---|---|
| Keine | No action is triggered. Typically used as a placeholder or when a step does not need to perform any automation. | Keine |
| Aktions-App-Aufgabe erstellen | Erstellt eine Aufgabe für einen menschlichen Anwender in UiPath Action Center für eine manuelle Eingabe oder Genehmigung. | Apps (nur Aktions-Apps), Action Center |
| Starten und auf RPA-Workflow warten | Startet einen unbeaufsichtigten RPA-Prozess (UiPath Robot) und wartet auf dessen Abschluss, bevor der Prozess fortfährt. | Roboter |
| Starten und auf Agent warten | Initiiert einen bei UiPath Autopilot/Maestro registrierten KI- oder Software-Agent und wartet auf die Ausgabe des Agents, um fortzufahren. | Agent Builder |
| Starten und auf externen Agenten warten | Launches and waits for the result from an externally hosted agent (outside the UiPath ecosystem), often via HTTP or a messaging interface. | External agents via APIs |
| Start and wait for external workflow | Launches and waits for the result from an externally hosted workflow (outside the UiPath ecosystem), often via HTTP or a messaging interface. | External workflows via APIs |
| Starten und auf API-Workflow warten [Vorschau] | Startet einen API-First-Workflow (mit UiPath Integration Service erstellt) und wartet auf seine Antwort. | API Workflows (preview), Integration Service |
| Agent-Prozess starten | Startet einen Prozess, der aus Aufgaben/Entscheidungen besteht, die mit UiPath Maestro erstellt wurden. Wartet nicht auf den Abschluss. | Maestro |
| Starten und auf Agent-Prozess warten | Starts a process composed of tasks/decisions, built using UiPath Maestro. Waits for completion before continuing. | Maestro |
| Geschäftsregel ausführen [Vorschau] | Evaluates business rule logic (defined via UiPath Business Rules / DMN) and returns the outcome. | DMN files |
| Warteschlangenelement erstellen | Adds a new item to a UiPath Orchestrator queue for background processing or load balancing. | Warteschlangen, Roboter |
| Warteschlangenelement erstellen und warten | Fügt ein Warteschlangenelement hinzu und wartet auf dessen Verarbeitungs- und Abschlussergebnis, um fortzufahren. | Warteschlangen, Roboter |
| Connector-Aktivität ausführen | Calls a prebuilt connector activity (for example, Salesforce, SAP, ServiceNow) from UiPath Integration Service. | Integration Service, Data Fabric |
| Auf Connector-Ereignis warten | Listens for an event from a connector (for example, a record created in Salesforce) and continues the workflow once the event is triggered. | Integration Service, Data Fabric |
| Skript ausführen | Runs a custom script (for example, JavaScript) to call coded functions. | Maestro |