maestro
latest
false
- はじめに
- 基本情報
- BPMN を使用したプロセス モデリング
- ケース管理を使用したプロセス モデリング
- Process modeling with Flow
- 基本情報
- 中心となる概念
- Node reference
- Build guides
- ベスト プラクティス
- 参照
- プロセスの実装
- プロセスの操作
- プロセスの監視
- プロセスの最適化
- 参考情報
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
Maestro ユーザー ガイド
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.
構成
| フィールド | Required | 説明 |
|---|---|---|
| プロセス | はい | The Orchestrator process to start. Select from the list of processes available in your organization. |
| フォルダー | はい | The Orchestrator folder that contains the process. |
| 入力引数 | いいえ | Key-value pairs passed to the RPA process as input arguments. Must match the process's defined input argument names and types. |
| Timeout | いいえ | Maximum time to wait for the process to complete. |
出力
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.
備考
- 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.