- 发行说明
- 入门指南
- 安装
- 配置
- 集成
- 设置与 UiPath Automation Hub 的集成
- Define Actions and Queues
- 启用 Actionable Insights
- 错误处理
- Automated cache generation
- 身份验证
- Working with Apps and Discovery Accelerators
- AppOne 菜单和仪表板
- AppOne 设置
- TemplateOne 1.0.0 菜单和仪表板
- TemplateOne 1.0.0 设置
- TemplateOne menus and dashboards
- 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
- 实用资源

Process Mining 用户指南
Automated cache generation
仅当您在应用程序、 Discovery Accelerator 或 TemplateOne 中设置了Actionable Insights时,此页面中的信息才适用。如果您使用的是连接器,则不需要这些步骤。
简介
将操作和队列项目从Process Mining发送到Orchestrator时,您很可能需要发送实时数据中的操作和队列项目。在这种情况下,您可以为数据集设置自动生成缓存。本页描述您在使用 Actionable Insights 时要自动为应用程序或 Discovery Accelerator 生成缓存时所需执行的附加步骤。
步骤 1:为操作表和队列表启用实时数据
请按照以下步骤为“操作”表和“队列”表启用实时数据。
| 步骤 | 操作 |
|---|---|
| 1 | 在开发环境中打开应用程序或 Discovery Accelerator,然后转到“数据”选项卡。 |
| 2 | 找到“操作”表格。 |
| 3 | 右键单击并从上下文菜单中选择“编辑…” 。 |
| 4 | 启用“实时数据”选项,然后单击“确定” 。 |
| 5 | 对“队列表”重复步骤 3 和 4。 |
使用实时数据时,系统会在用户打开应用程序、Discovery Accelerator 或 TemplateOne 后,立即将数据发送到Orchestrator 。但是,最好先刷新数据,这意味着应重新生成缓存。
步骤 2:配置“已使用 Actionable Insights 集成”表达式
为了防止应用程序或 Discovery Accelerator 立即发送数据,当用户打开应用程序、 Discovery Accelerator 或 TemplateOne 时, “Actionable Insights”组中的Actionable insights integration is used表达式必须为false 。
Actionable insights integration is used表达式是在 Actionable Insights 设置期间创建并将其设置为true 。请参阅启用 Actionable Insights 。
这可以通过使用系统表中的Name字段来实现。 请按照以下步骤配置“已使用 Actionable Insights 集成”表达式。
| 步骤 | 操作 |
|---|---|
| 1 | 右键单击“Actionable Insights”表格组,然后选择“新建表格 - 系统表格...” 。 |
| 2 | 例如,重命名为New_table和User_info 。 |
| 3 | 右键单击User_info ,然后选择“编辑…” 。 |
| 4 | 确保将“表格作用域”设置为“当前用户” ,然后单击“确定” 。 |
| 5 | 在表项目列表中,右键单击“名称”属性,然后选择“可用性 - 公共” 。 |
| 6 | 右键单击Actionable insights integration is used表达式,然后选择“编辑…” 。 |
| 7 | 单击“是”导入属性。 |
| 8 | 将true替换为布尔值条件User_info.Name = null ,然后单击“确定” 。有关示例,请参见下图。 |

当用户打开应用程序、 Discovery Accelerator 或 TemplateOne 时,系统将填充Name ,布尔值将为false ,并且数据不会发送到Orchestrator 。当触发缓存生成时, Name为空/null,布尔值变为 True,数据将发送到Orchestrator 。