process-mining
2024.10
true
- Versionshinweise
- Bevor Sie beginnen
- Erste Schritte
- Integrationen
- Arbeiten mit Prozess-Apps
- Arbeiten mit Dashboards und Diagrammen
- Arbeiten mit Prozessdiagrammen
- Arbeiten mit Discover-Prozessmodellen und Import BPMN-Modellen
- Showing or hiding the menu
- Kontextinformationen
- Exportieren
- Filter
- Senden von Automatisierungsideen an den UiPath® Automation Hub
- Tags
- Fälligkeitsdaten
- Vergleichen
- Konformitätsprüfung
- Ursachenanalyse
- Simulation des Automatisierungspotenzials
- Auslösen einer Automatisierung über eine Prozess-App
- Anzeigen von Prozessdaten
- Erstellen von Apps
- Laden von Daten
- Transforming data
- Structure of transformations
- Tips for writing SQL
- Exportieren und Importieren von Transformationen
- Anzeigen der Datenausführungsprotokolle
- Zusammenführen von Ereignisprotokollen
- Konfigurieren von Tags
- Konfigurieren von Fälligkeitsdaten
- Konfigurieren von Feldern für das Automatisierungspotenzial
- Verfügbarmachen der Transformationen in Dashboards
- Datenmodelle
- Anpassen von Dashboards
- Dashboards veröffentlichen
- App-Vorlagen
- Benachrichtigungen
- Zusätzliche Ressourcen
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde.
Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

Process Mining
Letzte Aktualisierung 6. Nov. 2025
We are constantly striving to improve your UiPath® Process Mining experience. While this release brings no major changes, we included important security updates.
CVE-2025-55315
This release brings security updates to address CVE-2025-55315. Refer to the UiPath Trust Center for more information.
App-Vorlagen
The security updates for this release required upgrading to a newer version of dbt. In this version, the following dbt deprecation warning may appear when running an ingestion or data run from the Data transformations editor:[MissingArgumentsPropertyInGenericTestDeprecation]: Deprecated functionality
Found top-level arguments to test `pm_utils.<function-name>`. Arguments to generic
tests should be nested under the `arguments` property.`[MissingArgumentsPropertyInGenericTestDeprecation]: Deprecated functionality
Found top-level arguments to test `pm_utils.<function-name>`. Arguments to generic
tests should be nested under the `arguments` property.`Hinweis:
Refer to the official dbt documentation on MissingArgumentsPropertyInGenericTestDeprecation or more information and a detailed description of how to resolve this issue.
For new process apps, this warning message will not be displayed. However, the warning may still appear in existing process apps. In such cases, make sure that arguments to tests are specified under the new
arguments property.
Beispiel:
Old (deprecated): New (corrected):
- pm_utils.not_null:
severity: warn- pm_utils.not_null:
severity: warn- pm_utils.not_null:
arguments:
severity: warn- pm_utils.not_null:
arguments:
severity: warn