process-mining
2024.10
true
- Notas relacionadas
- Antes de empezar
- Primeros pasos
- Integraciones
- Trabajar con apps de proceso
- Trabajar con paneles y diagramas
- Trabajar con diagramas de proceso
- Trabajar con modelos de proceso Descubrir e Importar modelos BPMN
- Showing or hiding the menu
- Información del contexto
- Exportar
- Filtros
- Envío de ideas de automatización a UiPath® Automation Hub
- Etiquetas
- Fechas límite
- Comparar
- Comprobación de conformidad
- Análisis de causa raíz
- Simular el potencial de automatización
- Triggering an automation from a process app
- Ver datos del proceso
- Creación de aplicaciones
- Cargar datos
- Transforming data
- Structure of transformations
- Tips for writing SQL
- Exportar e importar transformaciones
- Ver los registros de ejecución de datos
- Combinar registros de eventos
- Configuración de etiquetas
- Configurar fechas de vencimiento
- Configurar campos para el potencial de automatización
- Hacer que las transformaciones estén disponibles en los paneles
- Modelos de datos
- Personalizar paneles
- Publicar paneles
- Plantillas de la aplicación
- Notificaciones
- Recursos adicionales
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática.
La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Process Mining
Última actualización 6 de nov. de 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.
Plantillas de la aplicación
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.`Nota:
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.
Ejemplo:
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