- Release notes
- Getting started
- Installation
- Configuration
- Server configuration
- Using a Git repository
- Backup
- About telemetry
- Integrations
- Authentication
- Working with Apps and Discovery Accelerators
- AppOne menus and dashboards
- AppOne setup
- TemplateOne 1.0.0 menus and dashboards
- TemplateOne 1.0.0 setup
- TemplateOne menus and fashboards
- TemplateOne 2021.4.0 setup
- Purchase to Pay Discovery Accelerator menus and dashboards
- Purchase to Pay Discovery Accelerator Setup
- Order to Cash Discovery Accelerator menus and dashboards
- Order to Cash Discovery Accelerator Setup
- Basic Connector for AppOne
- SAP Connectors
- Introduction to SAP Connector
- SAP input
- Checking the data in the SAP Connector
- Adding process specific tags to the SAP Connector for AppOne
- Adding process specific Due dates to the SAP Connector for AppOne
- Adding automation estimates to the SAP Connector for AppOne
- Adding attributes to the SAP Connector for AppOne
- Adding activities to the SAP Connector for AppOne
- Adding entities to the SAP Connector for AppOne
- SAP Order to Cash Connector for AppOne
- SAP Purchase to Pay Connector for AppOne
- SAP Connector for Purchase to Pay Discovery Accelerator
- SAP Connector for Order-to-Cash Discovery Accelerator
- Superadmin
- Dashboards and charts
- Tables and table items
- Application integrity
- How to ....
- Working with SQL connectors
- Introduction to SQL connectors
- Setting up a SQL connector
- CData Sync extractions
- Running a SQL connector
- Editing transformations
- Releasing a SQL Connector
- Scheduling data extraction
- Structure of transformations
- Using SQL connectors for released apps
- Generating a cache with scripts
- Setting up a local test environment
- Separate development and production environments
- Useful resources
Using a Git repository
Development in UiPath Process Mining is done collaboratively. To facilitate this, and to keep track of changes, Git is used. A Git server can be used by multiple installations of UiPath Process Mining.
There are two methods in which you can incorporate Git:
- A local Git repository, managed by UiPath Process Mining.
- A Git repository you manage yourself. This can
either be your own Git server, or even a GitHub repository.
Note: Whichever Git repository you choose to use, you should make sure to only make changes through UiPath Process Mining. Performing Git operations manually (e.g. through the Git command-line tools) may interfere with the proper operation of UiPath Process Mining.
Follow these steps to use a local repository within the UiPath Process Mining installation.
Step |
Action |
---|---|
1 |
Login on the Superadmin page. |
2 |
Go to the Settings tab. |
3 |
In the Repositories text field, use the following value:
|
4 |
Press CTRL+S to save the changes and reload the page to apply them. |
Follow these steps to use a Github account using a username and password.
Step |
Action |
---|---|
1 |
Go to the Settings tab. |
2 |
In the Repositories text field, use the following value:
|
3 |
Press CTRL+S to save the changes and reload the page to apply them. |
Hide password
In case you do not want passwords clearly visible in the settings, you can also use a public and private key pair. You will need access to the filesystem of the server.
Follow these steps to use a public and private key pair.
Step |
Action |
---|---|
1 |
Obtain public and private keys for the Github repository you want to use. |
2 |
Place them in the databases directory in PLATFORMDIR. It is recommended to place them in a subdirectory, for example, respectively for the private and public keys: •
<PLATFORMDIR>\databases\keys\keyfile.txt •
<PLATFORMDIR>\databases\keys\keyfile.pub.txt |
3 |
Go to the Settings tab. |
4 |
In the Repositories text field, use the following value:
|
5 |
Press
CTRL+S to save the changes and reload the page to apply them.
|
A Git server is connected to UiPath Process Mining. Your developers can start committing and collaborating.