- 发行说明
- 入门指南
- 安装
- 配置
- 集成
- 身份验证
- 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 用户指南
平台架构
简介
This guide describes the architecture of the UiPath Process Mining. In general, the UiPath Process Mining is used to load data and present results to end-users in web browsers.
System architecture
UiPath Process Mining consists of several components for developing process improvement applications.
See the illustration below for an overview of the system architecture of UiPath Process Mining.

Below is a description of the elements of UiPath Process Mining.
Apps / Discovery Accelerator
Process Mining provides ready-to-use apps and discovery accelerators for gaining insights on processes, carrying out root-cause analysis, and for continuous monitoring.
Using AppOne, the Purchase-to-Pay Discovery Accelerator and the Order-to-Cash Discovery Accelerator users can start analyzing processes immediately, without having to create a new app from scratch.
AppOne is a default dashboard template for generic processes. New process mining apps and discovery accelerators in UiPath Process Mining are made using AppOne, which is then configured to specific needs.
The functionality of apps and discovery accelerators can be extended with functions specific to your organization under its own brand identity. In case a different app is necessary altogether, the full functionality of UiPath Process Mining can be used to create a completely new app.
GIT
Git is used for storing dashboards and collaborative development on the UiPath Process Mining platform. For single-server deployments, the built-in Git server can be used which does not require any additional setup. For multiple-server deployments, an (existing) Git server within your organization or a cloud-based Git server (e.g. from UiPath Process Mining or GitHub) can be used.
特蕾西
TRACY is a technique that defines the layout of process graphs. TRACY lets process graphs look more like how you would draw a process yourself. When drawing a process, you normally begin with the start activity and finish with the end activity of the process. In between, you try to position all other activities in their executed order. TRACY takes the overall flow of the process into account and displays this as the main flow in your process graph. With TRACY all the activities of the process are positioned and ordered in a way that makes sense. This helps users to more easily understand their processes.
When changing data, TRACY minimizes changes to the process graph. When users add process filters to display happy paths or to filter out data, TRACY keeps the layout of the process graph as stable as possible. When analyzing a process, the process graph now always looks about the same, no matter which dashboard is used, or which filters apply. This makes analyzing the process easier.
TRACY smoothly animates the transitions between filter states. This helps users to understand what happens when filtering.
In-memory database
The in-memory database stores all data for fast access by the process mining algorithms. In this way, the data can be accessed very quickly without using the input databases.
数据源
UiPath Process Mining 支持可以选择分隔符和引号的文本文件,例如 .txt、.csv、.tsv 文件。ASCII 文本文件支持采用 Latin-1 (ISO-8859-1) 编码,并且支持带和不带 BOM 的 UTF-8 文件。
此外,可以导入 Excel 文件(.XLSX 和 .XLS)。可以指定文件中的工作表或范围。对于工作表,系统会针对实际的数据范围执行自动检测,如果自动检测失败,则需要在 Excel 中指定范围,然后使用。完全支持 Excel 中的 Unicode。
All databases that can be accessed via a 64-bit ODBC driver can be used as a data source. Below is a list of commonly used databases.
- MSSQL
- Oracle
- MySQL
- MariaDB
- PostgreSQL
- Firebird
- 访问
Script datasources (R/Python)
UiPath Process Mining contains functionality that supports processing data with external tools, such as R script and Python, that can be used as a datasource. Application developers can define which attributes need to be exported to the external process.
请参阅使用通用脚本数据源。