UiPath Documentation
automation-hub
latest
false

Automation Hub 发行说明

上次更新日期 2026年5月8日

2022 年 5 月

2022 年 5 月 31 日

新增功能

通过 UiPath Insights 集成的可重用组件视图

As part of the UiPath Automation Hub - Insights Cloud integration, you now have access to a set of views around the Reusable Components managed in Automation Hub. They're available in the Automation Ideas explore, and they focus on the main details of the reusable components, the categories and applications referenced in the component profile, the versions, as well as information about the author, the curator, and the updater of the component.

使用此信息,您可以创建自定义仪表板,以回答以下业务问题:

有多少自动化正在使用组件?

按类型划分的组件分布情况如何?

每个组件的下载次数如何?

有多少组件正在等待审核?

编辑概念 API

The Edit Automation API call enables Open API users to edit or update a specific idea from Automation Hub.

This endpoint works similar to the POST idea-from-schema endpoint, where you need to first use a GET call (/automations/{automationId}/schema) to fetch the schema and then use the PATCH api for the actual editing part.

即使端点允许您编辑自动化概念的某些参数,也有一组特定的参数只能通过其专用端点进行更改(例如“概念状态”,只能通过自动化/状态端点进行更改) .

Find out more info in the Swagger Documentation.

改进

  • “自动化配置文件”>“协作者”:从“快速视图”中添加为概念的流程所有者的用户现在会收到相应的电子邮件通知和任务,通知他们有关获取自动化配置文件页面的编辑权限。
  • “管理控制台”>“平台设置”>“类别”:现在,删除类别会将其从另存为草稿的组件中删除(如果适用)。
  • Admin Console > Account > Settings: Mandatory Source Code setting is now removed from Settingssection.
开放式 API
  • GET Questionnaire 架构调用现在可以返回特定类别的评估。
  • 已添加 plain_text_conversion=true。此参数可帮助您以纯文本而不是当前所在的富文本格式查看 Open API 响应中的文本字段。这减少了以正确格式获取文本字段所需的解析量。
  • 现在,可以在 GET IdeaSchema 和 POST IdeaFromSchema 端点的 source_type 参数中使用 COE 别名,以获取/提交 CoE 概念数据。卓越中心概念提交 TD 的旧参数仍被接受,并将与新参数并行工作。

修复的错误

  • 提交概念:“This process has no expected changes in the next 6 months”问题的高级评估中显示了错误的工具提示。
  • “自动化配置文件”页面>“文档”:如果流程处于“业务审核”或“技术审核”阶段,则具有标准用户角色的用户无法看到“文档”选项卡。
  • 提交变更请求:在“协作者”部分中添加具有其他权限的协作者,以显示用户的其他权限。
  • 提交变更请求:在尝试提交概念的变更请求时,当其中一位协作者只能访问该变更请求之外的其他类别时,系统会显示“Error creating process”消息。
  • 提交变更请求:提交变更请求后,具有“审核已评估的概念”权限的用户(作为自定义角色的一部分而分配)不会收到任务或电子邮件通知。
  • “自动化配置文件”>“编辑模式”:当“应用程序”表格中只有一个条目时,无法删除应用程序。
  • “工作区”>“自动化管道”:对于未在“成本收益分析”页面上选择许可证类型的自动化概念,“RPA 软件供应商”字段在自动化管道中不显示任何值。
  • “工作区”>“自动化管道”:当答案的长度超过列的固定宽度时,悬停时不会完整显示“自动化管道”列中的答案。
  • “工作区”>“自动化管道”:在 14 英寸屏幕上,用户无法在“阶段”列上进行筛选并选择一个阶段,因为无法滚动到底部以选择“应用”。
  • 提交卓越中心推动的概念:在填写详细评估时,文本框在悬停时变暗。
  • 提交概念:每次选择其他选项时,下拉列表的位置都会发生变化,滚动或在输入框中间打开下拉列表时,其位置保持固定。

2022 年 5 月 9 日

新增功能

变更请求管理

With this release, we've added the Change request management feature for ideas and automations. The change request is particularly useful for small changes that do not require a completely new automation. Find out more about this feature in Submit a Change Request.

  • 有权提交变更请求的用户可以根据任何自动化概念创建请求。 分配了“为概念或自动化提交更改请求协作者”权限的协作者只能为其作为协作者的概念或自动化创建更改请求。
  • 拥有变更请求配置文件的编辑权限的用户可以决定为变更请求打开其他评估。
UiPath Automation Hub 和 UiPath Insights Cloud 集成(正式发布)

此新集成使您能够:

  • 使用一组预构建的仪表板快速入门,随时按需定制。
  • 通过一致且计划有度的报告,让利益相关者和发起者了解您的自动化项目绩效。
  • 跟踪自动化机会管道并快速采取行动。
  • Encourage the growth of the automation program by understanding who and where employees are contributing. To learn more about this integration check out the Automation Hub - Insights Cloud overview page.
开放式 API 更新
  • 现在可以使用 PUT App Inventory API 调用批量添加或编辑应用程序条目。要删除应用程序,您可以使用新的 DELETE appinventory 端点。
  • 现在可以使用 PUT Categories 从租户中批量创建、更新或删除类别。
  • 即使您已自定义评估,POST idea-from-schema 端点现在也可用于向 Automation Hub 提交任何类型的概念。该端点需要与 getquestionnaireschema API 一起使用,后者获取实时评估的结构(适用于所有类别)。
  • GET Automations 调用现在还可以包括自定义的详细评估问题。

To find out more about API calls, check out the UiPath Automation Hub API Guide.

改进

  • “管理控制台”>“平台设置”>“成本设置”:货币列表中现在显示有土耳其里拉 TRY
  • “管理控制台”>“平台设置”>“自定义评估”:提供新的问题类型:“日期”

修复的错误

  • “工作区”>“自动化管道”:即使已分配流程所有者,系统也会在自动化概念名称旁边显示未分配流程所有者的警告。
  • 自动化配置文件:提交平民开发者自动化时,尽管提交者添加了多个文档,但“文档”页面中仅上传并显示最后一个文档。
  • Admin Console > Platform Setup > Customize assessments: In the Default assessment, the Add Option button is no longer available for the single or multiple choice questions that are not open for customization.
  • Admin Console > Platform Setup > Customize assessments: The Validate function did not work properly on the High Level Assessment form in Preview mode.
  • 自动化商店:自动化配置文件页面中未显示提交者姓名。
  • “仪表板”>“成本报告/计划报告”:搜索功能存在一些问题。
  • Explore > Automation Profile Page> Cost Benefit Analysis > Edit: An error was displayed when dates were selected in the Baseline fields and the form was saved without selecting the value for Final Ease of Implementation.
  • Explore > Automation program > Citizen Developer automations: The label for Potential Benefit per employee now displays hrs/month instead of hrs/year.
  • 提交卓越中心推动的概念:可以在数字字段中添加非数字值。
  • 2022 年 5 月 31 日
  • 新增功能
  • 改进
  • 修复的错误
  • 2022 年 5 月 9 日
  • 新增功能
  • 改进
  • 修复的错误

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新