process-mining
2024.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
- Transforming data
- Customizing dashboards
- Publishing Dashboards
- App templates
- Notifications
- Additional resources

Process Mining
Last updated Sep 24, 2025
Follow these steps to configure the extraction script.
- 
               Go to the App Templates page and open the documentation page for your app template. 
- 
               Locate the section Loading data using Theobald Xtract Universal and download theextract_theobald_as.zipfile for your app template. Thisextract_theobald_as.zipfile contains theextract_theobald.ps1script and theconfig.jsonfile.
- 
               Unzip the content of theextract_theobald_as.zipfile on the server where Theobald Xtract Universal is installed.
- 
               Configure the variables for the script in theconfig.jsonas listed in the following table.
| Variable | Description | 
|---|---|
| 
 | The Xtract Universal installation folder. This is the folder where you can find the  xu.exe. For example: C:\\MyFolder. | 
| 
 | Address of the server where Xtract Universal is installed. The default is  localhost. | 
| 
 | Port of the server where Xtract Universal is installed. The default port of an installation is  8065. | 
| 
 | The API that is called to start data processing in Process Mining, once all data has been uploaded. Refer toRetrieving the SQL Server database parameters . | 
| 
 | Start date to be used to limit extractions. Only tables where a date filter is applied are filtered on this date. Format is
                            YYYYMMDD. The default is no limitation indicated by the start date19700101.Note:  extraction_start_datemust have a value. | 
| 
 | End date to be used to limit extractions. Only tables where a date filter is applied are filtered on this date. Format is
                            YYYYMMDD. The default is no limitation indicated by the end date20991231.Note:  extraction_end_datemust have a value. | 
| 
 | The language in which data is extracted from the source system. The default is  E. | 
| 
 | The exchange rate type that is used for currency conversion. The default is  M. |