- 发行说明
- 入门指南
- 安装
- 配置
- 集成
- 身份验证
- 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 用户指南
UiPath Process Mining 组件
UiPath Process Mining 超级管理员
UiPath Process Mining Superadmin page is used for collaboratively developing, maintaining, and deploying apps.
应用程序开发者开发或自定义发现加速器或应用程序。 为了使应用程序准备好推出,可以将标签、绩效指标 (KPI) 和命名变体添加到应用程序中,以适应业务用户的上下文。 然后,应用程序开发者将此应用程序部署给最终用户,以便他们轻松分析和监控其流程。
请参阅应用程序和发现加速器开发
模板 1
TemplateOne 是一个完全可自定义、灵活且可重用的起点,用于开发高级 Process Mining 应用程序和仪表板。与AppOne类似, TemplateOne提供了一组开箱即用的仪表板。与 AppOne 相比,TemplateOne 更加可自定义,也更简化。TemplateOne 是自定义为更特定于流程的组件的起点,例如发现加速器。它使用户能够灵活地添加特定于流程的仪表板、指标和 KPI。
AppOne
AppOne is the ready-to-use UiPath Process Mining standard app for gaining insights on processes, carrying out root-cause analysis, and for continuous monitoring. Using AppOne, you can start analyzing your process immediately, without having to create a new app from scratch.
Purchase-to-Pay Discovery Accelerator
The Purchase-to-Pay Discovery Accelerator is a ready-to-use UiPath Process Mining standard discovery accelerator for analyzing and monitoring the Purchase-to-Pay process based on input data from, for example, your SAP system. It simplifies process analysis and monitoring for procurement and order-management stakeholders through predefined metrics (such as throughput times and on-time delivery rates) and dashboards tailored to business outcomes critical to the success of their respective departments. Multiple views on the end-to-end Purchase-to-Pay process are available, tailored to the needs of each stakeholder.
Order-to-Cash Discovery Accelerator
The Order-to-Cash Discovery Accelerator is a ready-to-use UiPath Process Mining standard discovery accelerator for analyzing and monitoring the Order-to-Cash process based on input data from, for example, your SAP system. It simplifies process analysis and monitoring through predefined metrics (such as throughput times and delivery rates) and dashboards tailored to business outcomes critical to the success of their respective departments. Multiple views on the end-to-end Order-to-Cash process are available, tailored to the needs of each stakeholder.
连接器
连接器用于加载上述组件的数据,步骤如下。

下表描述了不同的步骤。
| 步骤 | 名称 | 描述 |
|---|---|---|
| 1 | 提取 | 数据是从源系统中提取的。 |
| 2 | 转换 | The data is transformed to make it ready for UiPath Process Mining. The data can be enriched with additional business logic. |
| 3 | 加载 | The data is loaded into UiPath Process Mining for analysis using dashboards. |
The Extract and Transform steps are combined in a connector. There are two types of connectors: SQL connectors and MVP connectors. MVP connectors, such as the Basic Connector for AppOne, have the file extension .mvp. Below is an overview of the differences between SQL connectors and MVP Connectors.
| SQL 连接器 | MVP 连接器 | |
|---|---|---|
| 语言 | SQL | UiPath Process Mining 表达式语言 |
| 与 Process Mining Cloud 兼容 | 是 | 否 |
| 需要 MS SQL Server 数据库 | 是 | 否 |
SQL connectors are recommended over MVP connectors. SQL connectors are:
- 更容易适应和维护。 结构化查询语言 (SQL) 是许多使用和处理数据的人所掌握的语言。
- 与 UiPath Process Mining Cloud 兼容,后者仅支持 SQL 连接器。 这意味着使用 SQL 连接器时,可以更轻松地过渡到 UiPath Process Mining Cloud。
备注:
From release 22.4 and onwards, the new connectors developed and provided by UiPath will be SQL connectors.
使用 SQL 连接器运行转换需要 Microsoft SQL Server 数据库。
有关 SQL 连接器的详细信息,请参阅SQL 连接器简介。