- 发行说明
- 入门指南
- 安装和升级
- Activities (活动)
- 操作
- 流程
Action Center 为业务用户提供了一种处理可操作项目并向机器人提供业务输入的方法。它支持长时间运行的无人值守工作流,因为这些工作流的执行是零散的,所以需要人工干预,在提供人工输入后,还可以暂停工作流并在稍后继续。
Actions Center 有两个方面:
- “流程” — 使用户可以启动无人值守流程。
- “操作” — 使用户可以向机器人提供输入,这些输入稍后会用于成功完成工作流执行。
Actions capabilities in Orchestrator are limited and do not include the features documented in this guide. To take advantage of the new capabilities, use the dedicated Action Center web app. We recommend taking advantage of the new experience, as after the transition is complete, Actions capabilities will be removed from Orchestrator, and so will be the documentation.
Action Center 是一项许可功能,在授予用户访问权限之前,您必须获得许可证。
行为
A long-running workflow in which human validation is required is configured in Studio using the Orchestration Process template and specific activities.
此类工作流会生成操作,供用户在 Action Center 网站上执行。 人工处理操作后,执行将路由回流程(如相应活动在工作流中标记的那样),并在可用的 UiPath 机器人上执行。 在长时间运行的业务流程的上下文中,这可以更好地分配资源并减少执行停机时间,尤其是因为作业的碎片可以由任何可用的机器人执行。
在 Orchestrator 中生成操作后,该操作将显示在“操作” 页面上,状态为未分配。 根据在 Studio 中使用相应活动自定义操作的方式,填充优先级、标题或目录等属性。
Actions are grouped according to user-defined criteria in Action Catalogs that need to be defined in Orchestrator first and then set at action creation in Studio, using the same activity mentioned above.
示例流程
假设您有一个发票处理工作流。 具有执行权限的用户启动相应流程的作业。
作业将照常执行,直到遇到将其挂起的活动。 这就是需要人工干预的时候。
在 Automation Cloud 中,将生成一个等待完成的活动。处理操作收件箱的操作管理员会进一步将项目分配给专门用户。该用户将收到操作待处理的通知。
经过验证后,操作将继续,由任何可用的机器人完成执行。
由于同一作业的片段可以由不同的机器人执行,因此相应的日志会针对整个作业进度,提供执行摘要,以机器人、人工审核者和作业正在等待的触发器开头。
先决条件
In order to build and execute long-running workflows, the following Studio/Robot and UiPath.Persistence.Activities requirements must be met:
| 软件 | 版本 |
|---|---|
| UiPath Studio/UiPath 机器人 | 版本 2019.10 及更高版本 |
| UiPath.Persistence.Activities 活动包 | 版本 1.1.7 及更高版本 |