- Automation Cloud 和 Test Cloud
- Automation Cloud 公共部门和 Test Cloud 公共部门
- Automation Cloud 专用
Orchestrator 发行说明
2023 年 1 月 31 日
重大变更
上次登录时间不再可用
A few weeks ago, we announced that the Last Login column will soon be removed from the Orchestrator tenant-level License page for Attended licenses.
此后,我们使用用于检索此信息的 API 替代方法更新了公告。
有关详细信息,请参阅下方的初始发行说明。
2023 年 1 月 30 日
改进
在后台导出网格
Nothing stops you from interacting with Orchestrator anymore, not even exporting grids! The improved capability allows you to export your data in the background, allowing you to continue working on other tasks while the export is prepared. Additionally, you will be notified in real-time about the status of the export. Moreover, you can find all of your exports centralized in the new My reports page, from where you can download them.
了解有关在后台导出网格的更多信息。
导出操作的新警示
电子邮件订阅存在一个新警示:“导出”警示,用于通知您导出成功或失败。默认情况下,您将在警示电子邮件中收到此新警示,但如果该电子邮件像垃圾邮件般发送至您的电子邮箱,则您可以取消订阅。
2023 年 1 月 23 日
更新服务器变更内容
如果已禁用更新服务器模块,则机器人计算机上的更新服务将不再检查更新。
通过 API 从外部订阅源上传包
You can now upload an automation package from an external feed via the /odata/Processes/UiPath.Server.Configuration.OData.SetArguments endpoint. Make sure the package arguments are the same as the arguments displayed on the Processes page in Orchestrator, as Orchestrator does not validate packages from external feeds.
2023 年 1 月 19 日
用于测试 Automation Cloud Robot 的 Robot Units 消耗 - 无服务器
测试 Automation Cloud Robots - Serverless 从未如此简单。如果您以前担心此类决定会影响成本,请不要再担心,因为我们现在为测试或 Non-Production 环境推出了更实惠的选项。简而言之,我们现在对测试 Serverless 作业的每分钟 Robot Units (RU) 收费更少。
请注意,您必须使用企业版、Pro 版或 Pro 试用版许可计划,才能从新的测试 RU 使用模式中受益。如果您是社区版用户,则无法使用测试运行时。
虽然您之前使用的数字继续适用于 Production 环境,但测试 RU 消耗量已减少到一半。有关更多详细信息,请参阅计算机规格和成本。
想知道这在 Orchestrator 用户界面中如何反映吗?首先,您将看到在配置 Serverless Robot 计算机时,系统会显示生产和测试的运行时详细信息。除此之外,在执行 Unattended 自动化时,您现在需要指定是要使用 Cloud - Serverless 还是 Cloud - Serverless 测试作为运行时许可证。您可能还想知道,如果您从 Orchestrator 的“测试”面板运行测试用例或测试集,则这些作业类型现在默认使用测试 RU 量。
测试 Automation Cloud Robot - VM 的运行时
与 Serverless 测试运行时类似,现在您可以以更低的成本在 Automation Cloud Robot - VM 上执行测试用例,因为我们调整了测试环境的 Robot Units (RU) 消耗率。Automation Cloud 测试机器人的成本为每月 2,000 个 RU,并随着虚拟机规格的增加而增加。只需确保在配置 Cloud Robot - VM 池时选择“测试/NonProduction”环境,然后在运行作业时选择“Cloud - VM”测试运行时。
2023 年 1 月 12 日
多个 Automation Cloud Robot - VM
现在,您可以选择将多个虚拟机添加到手动管理的 Automation Cloud robots - VM 池中。
了解如何在创建手动管理的虚拟机池后添加多台计算机。
2023 年 1 月 11 日
Automation Users 角色权限
错误修复
The process version included in the Job Details window was incorrect, displaying the latest version uploaded to Orchestrator. Now, the Process Version field correctly renders the version used to run the job.
2023 年 1 月 5 日
重大变更
队列项目的最终状态为“最终”
在 2022 年,我们已允许通过“设置事务状态”活动 为状态设置为“失败”的事务设置“输出”和“分析”数据。为确保队列项目之间最终状态的一致性,我们在调用SetTransactionResult端点时强制执行错误响应:
- 失败的项目上包含成功负载
POST https://localhost:0000/odata/Queues(1)/UiPathODataSvc.SetTransactionResult { "transactionResult": { "IsSuccessful": true } }POST https://localhost:0000/odata/Queues(1)/UiPathODataSvc.SetTransactionResult { "transactionResult": { "IsSuccessful": true } } - 成功的项目上包含失败负载
POST https://localhost:0000/odata/Queues(1)/UiPathODataSvc.SetTransactionResult { "transactionResult": { "IsSuccessful": false, "ProcessingException": { "Reason": "string", "Details": "string", "Type": "ApplicationException" } } }POST https://localhost:0000/odata/Queues(1)/UiPathODataSvc.SetTransactionResult { "transactionResult": { "IsSuccessful": false, "ProcessingException": { "Reason": "string", "Details": "string", "Type": "ApplicationException" } } }
错误代码为 1866,并显示消息“从最终状态开始的转换无效”。这表示您无法在队列项目达到最终状态后更改状态。
除了优化队列处理机制外,这还使 UiPath Insights 能够根据队列项目事件更新和正确同步数据。
此行为限制自 2023 年 4 月起适用于企业版用户。有关详细信息,请参阅我们的弃用时间表。
You'll be receiving the same error code when you use the DeferDate or DueDate properties in the SetTransactionResult payload to move transactions out of their final states. Going forward, to set a new defer or due date, you'll need to clone the transaction or create a new one.
错误修复
Orchestrator 未显示已更新和重新发布的 Studio REF 项目的参数列表。在基于 Robotic Enterprise Framework 模板的 Studio 项目中,在现有参数的基础上添加新参数时,会发生此问题。
2023 年 1 月 9 日
自定义凭据主机和存储
Orchestrator 现在提供了必要的基础架构,用于添加和管理您自己的安全凭据存储。为此,我们创建了 Orchestrator Credentials Proxy,该代理通过 .msi 安装程序进行部署或通过 Docker 映像进行部署,您可以将第三方插件集成到现有解决方案中。
Orchestrator 通过凭据代理以使用这些第三方插件。代理创建自 Orchestrator 租户级别的“凭据”菜单中提供的新“代理”页面,并通过公共 URL 和密钥链接到 Credentials Proxy。
To expose the credential stores, on the Stores page, which is also available in the Credentials menu at the tenant level, select the newly created proxy from the Proxy menu. This will display its underlying stores in the Type menu, allowing you to select and define the desired option.
重大变更
上次登录时间不再可用
The Last Login column will soon be removed from the Orchestrator tenant-level License page for Attended licenses. This is because the corresponding API endpoint no longer returns column values.
其中的一项好处是,此更改将允许在包含超过 300.000 个 Attended 机器人的环境中更快地加载详细信息。
但是,如果要检索此信息,可以使用 /api/UserPartition/users/{partitionGlobalId} 端点。
我什么时候可以看到这些更改?
发行说明针对新更改公告的日期即为该更改最早的推出时间。
如果更改尚未出现,请稍加等候,预计在我们将更改推广到所有区域后不久,即会推出。
弃用时间表
我们建议您定期查看弃用时间表,以获取有关针对即将弃用和删除功能的任何更新。
- 2023 年 1 月 31 日
- 重大变更
- 2023 年 1 月 30 日
- 改进
- 2023 年 1 月 23 日
- 更新服务器变更内容
- 通过 API 从外部订阅源上传包
- 2023 年 1 月 19 日
- 用于测试 Automation Cloud Robot 的 Robot Units 消耗 - 无服务器
- 测试 Automation Cloud Robot - VM 的运行时
- 2023 年 1 月 12 日
- 多个 Automation Cloud Robot - VM
- 2023 年 1 月 11 日
- Automation Users 角色权限
- 错误修复
- 2023 年 1 月 5 日
- 重大变更
- 错误修复
- 2023 年 1 月 9 日
- 自定义凭据主机和存储
- 重大变更
- 我什么时候可以看到这些更改?
- 弃用时间表