- Automation Cloud 和 Test Cloud
- Automation Cloud 公共部门和 Test Cloud 公共部门
- Automation Cloud 专用

Orchestrator 发行说明
2021 年 6 月
2021 年 6 月 28 日
使用 Orchestrator 终止有人值守的作业
允许管理员从 Orchestrator 中终止有人值守的作业,从而使管理员能够更密切地监控公司的有人值守自动化。导航到“自动化”>“作业”,然后选择“更多操作”>“停止”或“终止”以终止有人值守的作业,只需单击几下即可解开卡住的自动化。
您只能在 Orchestrator v2021.6 及更高版本的机器人中终止有人值守的作业。
Terminating attended jobs from Orchestrator requires that SignalR is enabled and that the Robot can connect to Orchestrator's SignalR channels using WebSocket. Make sure that SignalR is enabled and WebSocket is selected on Settings > Scalability.

简化了用户创建
在 Orchestrator“用户”页面(“租户”>“用户”)的右上角添加了“管理帐户和组”按钮,该按钮链接到Automation Cloud 中的“管理员”>“用户和组”页面。
Before you can add a user or group to Orchestrator and assign roles to them, you must create it in Automation Cloud (Admin > Users and Groups). This link helps you quickly add them so that you can continue the setup in Orchestrator.
此外,在 Orchestrator“用户”页面上,“检查权限”按钮已重命名为“检查角色”。这是因为您实际上是为用户或组分配角色;另一方面,权限是角色的构建基块,您无需单独分配权限。
更新现有队列
如有疑问,请随时提出,我们会认真倾听。我们提供以下方法用于更新现有队列:
- 在重命名的同时保留现有队列信息。在出现拼写错误或想要更改初始名称等基本情况下,免去以前必须删除并重新创建队列(包括队列项目)的麻烦。
- 将“自动重试”选项从“否”更改为“是”,反之亦然。现在,您可以重新考虑是否能够自动重试失败的事务。
- 为“最大重试次数”设置新值。启用“自动重试”选项后,让事务重试几次以达到“成功”状态。
备注:
尽管您可以在创建队列后更改这些设置,但请记住,所做的更改只会影响未来的事务。
Read more details in our Editing Queues article.
改进
- 当租户处于维护模式时,该租户的 API 调用现在将返回状态代码
423而不是503。 - 由于我们更改了触发器警示严重性,因此调试流程更加容易。现在,达到流程的最大作业数时的严重性显示为“Info”。在这种情况下,您可能会遇到以下弹出消息:
Folder <FolderName>: #trigger <TriggerName> for #process <ProcessName> could not create jobs. The maximum number of jobs for this Process has already been reached. Please check your trigger settings, robot availability and running jobs. (#1693).
To find these types of alerts on the Alerts page, make sure to change the State filter to All.
错误修复
在用户模式下安装的机器人未收到来自 Orchestrator 的停止/终止命令 - 终止或停止作业使机器人处于“正在终止”状态。
2021 年 6 月 16 日
错误修复
- “用户”:为了防止失去 Orchestrator 中的管理权限,如果用户是最后一个分配了 Administrator 角色的用户并且没有任何组具有 Administrator 角色,则无法再删除该删除。此外,如果没有任何其他用户和组具有该角色,也无法再删除分配了 Administrator 角色的用户组。
- Email validation: When testing the email setup, a success message was displayed when no SMTP port was specified. This behavior no longer occurs, and the email validation fails in this scenario.
2021 年 6 月 7 日
改进
-
Orchestrator API: We improved the
GetFolderNavigationContextForCurrentUserendpoint of theFolderNavigationAPI by adding theIsPersonalboolean property. This property is displayed in the endpoint response body and it checks if the returned folder is a personal workspace. For more details, check the API reference documentation. -
“用户”:已删除用于重定向到 Automation Cloud 中的“管理”>“用户和组”页面的“管理其他服务中的用户”选项。由于 Orchestrator 现在已嵌入到 Automation Cloud 中,因此您现在可以在 Orchestrator 的任何页面上,单击左侧栏中的“管理”。

错误修复
Elastic Robot Orchestration:
- 如果为一个文件夹分配了多个云计算机模型,则当需要一台新计算机来运行作业时,系统将从每个池中请求一台计算机。现在,如果将云计算机模型分配给文件夹,由于云计算机模型的性质,您无法再向该文件夹分配其他计算机或模型。
- 运行作业时,如果 Cloud Machine Pool 基于 UiPath 机器人 2020.10 或更低版本的虚拟机模型,则系统会在创建的虚拟机上自动安装最新版本的机器人 (2021.4)。