process-mining
2024.10
true
- Notes de publication
- Avant de commencer
- Démarrage
- Intégrations
- Travailler avec des applications de processus
- Travailler avec des tableaux de bord et des graphiques
- Travailler avec des graphiques de processus
- Travailler avec des modèles de processus Découvrir et importer des modèles BPMN
- Showing or hiding the menu
- Informations contextuelles
- Exporter (Export)
- Filtres
- Envoi d’idées d’automatisation au Automation Hub d’UiPath®
- Balises
- Dates d’échéance
- Comparer
- Vérification de la conformité
- Analyse des causes profondes
- Simulation du potentiel d’automatisation
- Triggering an automation from a process app
- Afficher les données de processus
- Création d'applications
- Chargement des données
- Transforming data
- Structure of transformations
- Tips for writing SQL
- Exportation et importation de transformations
- Afficher les journaux d'exécution des données
- Fusion des journaux d'événements
- Configuration des balises
- Configuration des dates d'échéance
- Configuration des champs pour le potentiel d'automatisation
- Rendre les transformations disponibles dans les tableaux de bord
- Modèles de données
- Personnaliser les tableaux de bord
- Publication des tableaux de bord
- Modèles d'applications
- Notifications
- Ressources supplémentaires
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique.
La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Process Mining
Dernière mise à jour 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.
Modèles d'applications
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.`Remarque :
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.
Exemple :
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