- Release notes
- Getting started
- Installation
- Configuration
- 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
Collaborative development
When working in a team on a single app version control is important. This guide contains an introduction to version control within UiPath Process Mining.
A repository is an optimized storage location for apps. Repositories can be located within your installation, on a folder location on the same server as the UiPath Process Mining installation, or on a different (external) server.
A branch is the permanent shared storage for all the files that belong to an app.
A branch contains the latest version of an app as well as the complete history of all changes committed. A branch can also be defined as a list of all revisions that belong together.
See the illustration below.
A branch contains one or more workspaces. A workspace is a personal copy of a revision from a branch. When you create a new app, the files of the latest revision of a branch are loaded.
In the workspace, you can make changes in preparation for committing them to a branch. After committing your workspace will have no more local modifications.
A release is a named reference to a specific revision in a branch. It contains all the files in that revision. Releases are stored in your repository, like branches.
See the illustration below.
A revision is created when you commit your changes. A revision refers to a specific version of all files that together define an app. The app can contain an application file, but also other files such as a settings file, images, help files, and so on. Revisions are saved to a branch and numbered starting at 1 when a branch is created.
See the illustration below.