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.
配置
| 字段 | 必填 | 描述 |
|---|---|---|
| 流程 | 是 | 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. |
| 超时 | 否 | 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.