maestro
latest
false
- 简介
- 入门指南
- 流程建模
- 流程实施
- 流程运营
- 流程监控
- 流程优化
- 参考信息
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
Maestro 用户指南
任务为流程执行提供了构建模块。UiPath Platform™ 功能通过标准 BPMN 任务类型来访问。
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 follow a consistent design: select an action, define inputs and outputs, and optionally update process variables.
Available task types
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.
| 任务类型 | 描述 | 涉及的 UiPath Platform 组件 |
|---|---|---|
| 无 | 未触发任何操作。通常用作占位符或在步骤不需要执行任何自动化时使用。 | 无 |
| 创建操作应用程序任务 | 在 UiPath Action Center 中为人类用户创建任务,以便进行手动输入或审批。 | 应用程序(仅限 Action 应用程序)、Action Center |
| 启动并等待 RPA 工作流 | 启动 Unattended RPA 流程 (UiPath Robot),等待其完成后再继续。 | 机器人 |
| 启动并等待智能体 | 启动在 UiPath Autopilot/Maestro 中注册的 AI 或软件智能体,等待智能体输出,然后再继续。 | Agent Builder |
| 启动并等待外部智能体 | 通常通过 HTTP 或消息传递接口启动外部托管智能体(UiPath 生态系统外部)并等待其结果。 | 通过 API 连接外部智能体 |
| 启动并等待外部工作流 | 通常通过 HTTP 或消息传递接口启动外部托管工作流(UiPath 生态系统外部)并等待其结果。 | 通过 API 连接外部工作流 |
| 启动并等待 API 工作流 | 启动以 API 为优先的工作流(使用 UiPath Integration Service 构建)并等待其响应。 | API 工作流、集成服务 |
| 启动智能体流程 | 启动使用 UiPath Maestro 构建、由任务/决策组成的流程。不会等待完成。 | Maestro |
| 启动并等待智能体流程 | 启动使用 UiPath Maestro 构建、由任务/决策组成的流程。等待完成后再继续。 | Maestro |
| 执行业务规则[预览] | 评估业务规则逻辑(通过 UiPath 业务规则/DMN 定义),并返回结果。 | DMN 文件 |
| 创建队列项目 | 将新项目添加到 UiPath Orchestrator 队列,以进行后台处理或负载平衡。 | 队列、机器人 |
| 创建并等待队列项目 | 添加队列项目,等待其处理完成的结果后再继续。 | 队列、机器人 |
| 执行连接器活动 | 从 UiPath Integration Service 调用预构建的连接器活动(例如 Salesforce、SAP 和 ServiceNow)。 | Integration Service、Data Fabric |
| 等待连接器事件 | 侦听来自连接器的事件(例如,在 Salesforce 中创建的记录),并在事件触发后继续执行工作流。 | Integration Service、Data Fabric |
| 执行脚本 | 运行自定义脚本(例如 JavaScript),以调用编码函数。 | Maestro |
备注:
对不同操作任务的访问权限取决于您使用的云产品。有关详细信息,请参阅 Maestro 功能可用性。