- Notas relacionadas
- Primeros pasos
- Instalación
- Requisitos de hardware y software
- Instalación del servidor
- Actualizar la licencia
- Implementar el perfilador de UiPath Process Mining
- Implementar un conector (.mvp)
- Actualizar UiPath Process Mining
- Actualizar una versión personalizada de una aplicación o un acelerador de descubrimiento
- Instalar un entorno de pruebas
- Configuración
- Integraciones
- Autenticación
- Working with Apps and Discovery Accelerators
- Menús y paneles de AppOne
- Configuración de AppOne
- Menús y paneles de TemplateOne 1.0.0
- Configuración de TemplateOne 1.0.0
- TemplateOne menus and dashboards
- Configuración de TemplateOne 2021.4.0
- Menús y paneles de Purchase to Pay Discovery Accelerator
- Configuración del acelerador de compra para pagar
- Menús y paneles de Order to Cash Discovery Accelerator
- Orden de cobro de la configuración del Discovery Accelerator
- Basic Connector for AppOne
- Despliegue del Conector básico
- Introduction to Basic Connector
- Tablas de entrada del conector básico
- Añadir etiquetas
- Añadir estimaciones de automatización
- Añadir fechas de vencimiento
- Añadir modelos de referencia
- Setting up Actionable Insights
- Configurar gráficos contraíbles
- Utilizar el conjunto de datos de salida en AppOne
- Output tables of the Basic Connector
- SAP Connectors
- Introduction to SAP Connector
- Entrada de SAP
- Comprobación de los datos en el conector SAP
- Añadir etiquetas específicas del proceso al conector de SAP para AppOne
- Añadir fechas de vencimiento específicas del proceso al conector de SAP para AppOne
- Añadir estimaciones de automatización al conector de SAP para AppOne
- Añadir atributos al Conector SAP para AppOne
- Añadir actividades al Conector SAP para AppOne
- Añadir entidades al Conector SAP para AppOne
- Conector de pedido por cobro de SAP para AppOne
- Conector de SAP Purchase to Pay para AppOne
- Conector SAP para Purchase to Pay Discovery Accelerator
- SAP Connector for Order-to-Cash Discovery Accelerator
- Superadmin
- Paneles y gráficos
- Tablas y elementos de tabla
- Integridad de la aplicación
- How to ....
- Trabajar con conectores SQL
- Introduction to SQL connectors
- Setting up a SQL connector
- CData Sync extractions
- Running a SQL connector
- Editing transformations
- Publicar un conector SQL
- Scheduling data extraction
- Estructura de las transformaciones
- Using SQL connectors for released apps
- Generating a cache with scripts
- Setting up a local test environment
- Separate development and production environments
- Recursos útiles
Guía del usuario de Process Mining
Introducción
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.
Aplicaciones / aceleradores de detección
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
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.
Orígenes de datos
UiPath Process Mining admite archivos de texto como .txt, .csv, .tsv para los que se puede seleccionar el delimitador y las comillas. Los archivos de texto ASCII son compatibles con la codificación Latin-1 (ISO-8859-1), y los archivos UTF-8 son compatibles con y sin BOM.
Además, se pueden importar archivos de Excel (.XLSX y .XLS). Se puede especificar la hoja o el rango dentro del archivo. Para las hojas, se realiza una detección automática para el rango de datos real, si la detección automática falla, el rango debe especificarse en Excel y luego usarse. Unicode dentro de Excel es totalmente compatible.
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
- Acceso
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.
Consulta: Usar orígenes de datos de script genéricos.