process-mining
2023.10
true
- 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
- Triggering an automation from a process app
- Viewing Process data
- Creating apps
- Loading data
- Customizing process apps
- App templates
- Additional resources
- Out-of-the-box Tags and Due dates
- Editing data transformations in a local environment
- Setting up a local test environment
- Designing an event log
- Extending the SAP Ariba extraction tool
- Performance characteristics
DataBridgeAgent
Process Mining
Last updated Oct 17, 2024
DataBridgeAgent
DataBridgeAgent is a standalone package that can be used to extract data from your source system to the blob storage for use in Process Mining Automation Suite. It contains the Process Mining on-premises (stand-alone) build and the on-premises
.mvp
connector used to prepare the dataset. Currently, the following on-premises .mvp
connectors are included in DataBridgeAgent:
- SAP Connector for Purchase-to-Pay Discovery Accelerator; See Using DataBridgeAgent with SAP Connector for Purchase-to-Pay Discovery Accelerator.
- SAP Connector for Order-to-Cash Discovery Accelerator; See Using DataBridgeAgent with SAP Connector for Order-to-Cash Discovery Accelerator.
If you want to use your own custom
.mvp
connector, you can add it to DataBridgeAgent. In this case, you need to configure DataBrigdeAgent for use with your connector. See Adding a custom connector to DataBridgeAgent.
Important:
DataBridgeAgent automatically converts input field names to lowercase and special characters to underscores. If you use DataBridgeAgent to load data, make sure to edit the transformations of your process app and set all input fields to lowercase. For example:
{{ pm_utils.to_varchar('Cases_base_raw."Case_ID"') }} as "Case_ID", must be changed to
{{ pm_utils.to_varchar('Cases_base_raw."case_id"') }} as "Case_ID",.
DataBridgeAgent is different from an on-premise (stand-alone) installation since it:
- is a command-line tool, and therefore does not have a user interface;
- does not require a separate license;
-
does not require IIS.
Note: The DataBridgeAgent already includes the connectors. You do not need to download and deploy the connector itself.