- Versionshinweise
- Erste Schritte
- Installation
- Hard- und Softwareanforderungen
- Serverinstallation
- Aktualisierung der Lizenz
- Bereitstellen des UiPath Process Mining-Profilers
- Bereitstellen eines Connectors (.mvp)
- Aktualisieren von UiPath Process Mining
- Aktualisieren einer benutzerdefinierten Version einer App oder eines Discovery Accelerators
- Installieren einer Trainingsumgebung
- Konfiguration
- Integrationen
- Authentication
- Working with Apps and Discovery Accelerators
- AppOne-Menüs und -Dashboards
- AppOne-Einrichtung
- Menüs und Dashboards von TemplateOne 1.0.0
- Setup von TemplateOne 1.0.0
- TemplateOne menus and dashboards
- Setup von TemplateOne 2021.4.0
- Purchase-to-Pay Discovery Accelerator-Menüs und -Dashboards
- Einrichtung des Purchase-to-Pay-Discovery-Beschleunigers
- Menüs und Dashboards des Order-to-Cash Discovery Accelerators
- Einrichtung des Order-to-Cash Discovery-Beschleunigers
- Basic Connector for AppOne
- Bereitstellen des einfachen Connectors
- Einführung zu Basic Connector
- Eingabetabellen des Basic Connectors
- Hinzufügen von Tags
- Hinzufügen von Automatisierungsschätzungen
- Hinzufügen von Fälligkeitsdaten
- Hinzufügen von Referenzmodellen
- Einrichten von praktisch umsetzbaren Erkenntnissen
- Festlegen von reduzierbaren Diagrammen
- Verwenden des Ausgabe-Datasets in AppOne
- Output tables of the Basic Connector
- SAP Connectors
- Introduction to SAP Connector
- SAP-Eingabe
- Überprüfen der Daten im SAP Connector
- Hinzufügen von prozessspezifischen Tags zum SAP Connector für AppOne
- Hinzufügen von prozessspezifischen Fälligkeitsdaten zum SAP Connector für AppOne
- Hinzufügen von Automatisierungsschätzungen zum SAP Connector für AppOne
- Hinzufügen von Attributen zum SAP Connector für AppOne
- Hinzufügen von Aktivitäten zum SAP Connector für AppOne
- Hinzufügen von Entitäten zum SAP Connector für AppOne
- SAP Order to Cash Connector für AppOne
- SAP Purchase to Pay Connector für AppOne
- SAP Connector for Purchase to Pay Discovery Accelerator
- SAP Connector für den Order-to-Cash Discovery Accelerator
- Superadmin
- Die Registerkarte Arbeitsbereiche
- Die Registerkarte Entwicklungsdaten
- Die Registerkarte Versionen
- Die Registerkarte Freigegebene Daten
- The Builds tab
- Die Registerkarte Serverdaten
- Die Registerkarte Einstellungen (Settings)
- Die Registerkarte Superadmin-Benutzer
- Die Registerkarte Status
- Die Registerkarte Lizenz
- Erstellen von Releases
- Anzeigen des Verlaufs der Verzweigung
- Creating Apps
- Modules
- Dashboards und Diagramme
- Tabellen und Tabellenelemente
- Anwendungsintegrität
- How to ....
- Arbeiten mit SQL-Connectors
- Introduction to SQL connectors
- Setting up a SQL connector
- CData Sync extractions
- Running a SQL connector
- Editing transformations
- Freigeben eines SQL-Connectors
- Scheduling data extraction
- Struktur von Transformationen
- Using SQL connectors for released apps
- Generating a cache with scripts
- Setting up a local test environment
- Separate development and production environments
- Nützliche Ressourcen
Process Mining-Benutzerhandbuch
Einleitung
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 Accelerators
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.
Datenquellen
UiPath Process Mining unterstützt Textdateien wie TXT-, CSV-, TSV- Dateien, für die das Trennzeichen und die Anführungszeichen ausgewählt werden können. ASCII-Textdateien werden in der Codierung Latin-1 (ISO-8859-1) unterstützt, und UTF-8-Dateien werden mit und ohne BOM unterstützt.
Auch Excel-Dateien (.xlsx und.xls) können importiert werden. Das Blatt oder der Bereich innerhalb der Datei kann angegeben werden. Bei Blättern wird eine automatische Erkennung für den tatsächlichen Datenbereich durchgeführt. Wenn die automatische Erkennung fehlschlägt, muss der Bereich in Excel angegeben und dann verwendet werden. Unicode in Excel wird vollständig unterstützt.
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
- Zugriff
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.