UiPath Documentation
maestro
latest
false
Wichtig :
Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

Benutzerhandbuch zu Maestro

RPA-Workflow

Starts a UiPath RPA process published in Orchestrator and waits for it to complete. Use this node to incorporate robot-executed automation into your Flow workflow.

Konfiguration

FeldErforderlichBeschreibung
ProzessJaThe Orchestrator process to start. Select from the list of processes available in your organization.
OrdnerJaThe Orchestrator folder that contains the process.
EingabeargumenteNeinKey-value pairs passed to the RPA process as input arguments. Must match the process's defined input argument names and types.
ZeitüberschreitungNeinMaximum time to wait for the process to complete.

Ausgabe

The node's output mirrors the selected process's own output arguments — the fields and types vary by process. Access them downstream as $vars.<nodeId>.output.<argumentName>.

If the process fails, the node populates an error output instead. Refer to Error handling for the error shape and how to route on it.

Hinweise

  • The RPA Workflow node starts a job in Orchestrator and waits for it to reach a terminal state before continuing. Ensure the timeout is long enough for the process to complete.
  • The process must be published in Orchestrator before it can be selected in the node configuration.
  • Konfiguration
  • Ausgabe
  • Hinweise

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben