- Release notes
- Before you begin
- Getting started
- Integrations
- Working with process apps
- Working with dashboards and charts
- Working with process graphs
- Working with Discover process models and Import BPMN models
- Showing or hiding the menu
- Context information
- Export
- Filters
- Sending automation ideas to UiPath® Automation Hub
- Tags
- Due dates
- Compare
- Conformance checking
- Root cause analysis
- Simulating automation potential
- Starting a Task Mining project from Process Mining
- Triggering an automation from a process app
- Viewing Process data
- Creating apps
- Loading data
- Customizing process apps
- Publishing process apps
- App templates
- Additional resources
Process Mining
November 2024
tests:
key was renamed to data_tests:
. For existing process apps, this results in a deprecation warning that is displayed when running an ingestion or opening
Data transformations.[WARNING]: Deprecated functionality The `tests` config has been renamed to `data_tests`. Please see https://docs.getdbt.com/docs/build/data-tests#new-data_tests-syntax
for more information.
tests:
config to data_tests:
in the dbt_project.yml
and the sources.yml
files to fix this. For customized process apps, this can be present in other .yml
files as well.
Check out the official dbt documentation on the New data_tests:
syntax for more information.
Dashboard charts
We enhanced bin labels for interval formats in line charts and KPI line charts, which improves readability of the data displayed in the chart.
Data transformations
Dbt projects now run with dbt version 1.8. Check out the official dbt documentation to make use of the latest dbt functionalities.
Loading data
Loading data using direct connection is now available in Public Preview.
For process apps that use a ServiceNow source system, you can now set up using a direct connection to your source system instead of setting up a connection using CData Sync.
Check out [Preview] Loading data using direct connection for more information.