- 发行说明
- 入门指南
- 安装
- 配置
- 集成
- 身份验证
- Working with Apps and Discovery Accelerators
- AppOne 菜单和仪表板
- AppOne 设置
- TemplateOne 1.0.0 菜单和仪表板
- TemplateOne 1.0.0 设置
- TemplateOne 菜单和仪表板
- TemplateOne 2021.4.0 设置
- Purchase to Pay Discovery Accelerator 菜单和仪表板
- 购买到付款 Discovery Accelerator 设置
- Order to cash Discovery Accelerator 菜单和仪表板
- “订单到现金” Discovery Accelerator 设置
- Basic Connector for AppOne
- SAP Connectors
- 适用于 AppOne 的 SAP 订单到现金连接器
- 适用于 AppOne 的 SAP 采购到付款连接器
- SAP Connector for Purchase to Pay Discovery Accelerator
- SAP Connector for Order-to-Cash Discovery Accelerator
- Superadmin
- 仪表板和图表
- 表格和表格项目
- 应用程序完整性
- How to ....
- 使用 SQL 连接器
- Introduction to SQL connectors
- Setting up a SQL connector
- CData Sync extractions
- Running a SQL connector
- Editing transformations
- 释放 SQL 连接器
- Scheduling data extraction
- Structure of transformations
- Using SQL connectors for released apps
- Generating a cache with scripts
- Setting up a local test environment
- Separate development and production environments
- 实用资源
Set up Actionable Insights
UiPath Action Center 是用于跟踪和监控复杂业务流程、任务、人员和机器人的中央门户。 您可以将 UiPath Process Mining 连接到 UiPath Orchestrator ,以根据 Process Mining 见解触发人员或机器人。 您可以使用触发器为机器人添加队列事务,或通过 UiPath Action Center中的操作提醒用户。 本指南介绍如何连接 UiPath Orchestrator 以启用 Actionable Insights。
假设您已经:
- 下载并提取 Actionable Insights.zip 文件。
-
在UiPath Process Mining Server 上安装(以管理员身份) Python 和以下 Python 包:
- 请求,
- json,
- python-dotenv。
- 访问 UiPath Cloud Orchestrator 云或内部部署 Orchestrator;
- 访问服务器上的 UiPath Process Mining 安装文件夹;
- downloaded the latest version of the app or Discovery Accelerator for which you want to set up Actionable Insights.
-
了解 UiPath Orchestrator 和 UiPath Action Center。
重要提示: 如果您使用的是 内部部署版 UiPath Orchestrator ,建议在其他服务器上安装 UiPath Process Mining 。
应用程序或 Discovery Accelerator 安装包中的 Actionable Insights 文件夹包含连接 UiPath Orchestrator所需的文件。
请按照以下步骤连接 UiPath Orchestrator。
步骤 |
操作 |
---|---|
1 |
转到 UiPath Process Mining 安装的根文件夹 <PLATFORMDIR>,并创建一个子文件夹
orchestrator 。 请参见下图。
|
2 |
将以下文件复制到子文件夹
orchestrator 。
请参见下图。 |
3 |
将
.env 文件重命名为已设置连接的租户的名称。
例如,如果租户为 Default,则必须将UiPath Orchestrator 配置文件重命名为
Default.env 。 请参见下图。
|
4 |
请确保在
[tenant].env 配置文件中设置和/或添加设置,如下所述。
|
为 UiPath Orchestrator设置以下设置。
ORCH_INSTANCE_TYPE = 1
如果您的 UiPath Orchestrator 位于内部部署),或ORCH_INSTANCE_TYPE = 2
如果您的 UiPath Orchestrator 位于云中)。ORCH_URL = [url]
(Orchestrator URL 中包含租户名称的部分,请参见下图)ORCH_APP_ID = [*App ID*]
-
ORCH_APP_SECRET =[*App secret*]
要获取应用程序 ID 和应用程序密码,您必须将 Process Mining 添加为 UiPath 平台的外部应用程序。 注册后, Process Mining 可以对 UiPath Orchestrator 进行 API 调用,以访问操作和队列。
请按照以下步骤将 Process Mining 注册为外部应用程序。
步骤 |
操作 |
---|---|
1 |
在 Automation Cloud 中,单击菜单中的“ 管理员 ” 选项,然后转到“ 外部应用程序”,或在租户主机上,转到 “设置” - “安全性” - “外部应用程序”。 |
2 |
单击“ + 添加应用程序”。 |
3 |
在“ 应用程序名称” 字段中输入名称,例如Process Mining 。 注意: “ 重定向 URL ” 字段是可选的,可以留空。
|
4 |
确保选择“ 机密应用程序 ” 作为“ 应用程序类型”。 |
5 |
单击“添加作用域”。 系统将显示“编辑资源 ”面板。 |
6 |
从“ 资源 ” 下拉列表中选择“ Orchestrator API 访问权限”。 |
7 |
在“ 应用程序作用域 ” 选项卡上,选择 OR.Tasks 和 OR.Queues。 单击“保存”。 |
8 |
单击“ 添加 ”以添加应用程序。 |
系统将显示一个弹出对话框,其中显示 应用程序 ID 和 应用程序密码。 有关示例,请参见下图。