- Release notes
- Getting started
- Installation
- Hardware and software requirements
- Server installation
- Updating the license
- Deploy a release
- End user administration
- Cache generation
- Environments
- Deploying the UiPath Process Mining Profiler
- Deploying a Connector (.mvp)
- Updating UiPath Process Mining
- Updating a customized version of an App or Discovery Accelerator
- Installing a training environment
- 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
Deploy a release
Deploying a release requires the following steps:
.mvtag
file can be uploaded to the server either by using the upload option, or by dragging a release file onto the Superadmin Releases tab.
Follow these steps to upload a release.
Step |
Action |
---|---|
1 |
Go to the Superadmin Releases tab. |
2 |
Click on the menu icon in the top-left and select Upload a release to this server…. |
3 |
Drag the desired release file onto the Upload File dialog or browse for it on your computer. |
4 |
Click on OK. |
The uploaded release is now visible in the list of releases.
An existing release can be imported from a repository.
Follow these steps to import a release from the repository.
Step |
Action |
---|---|
1 |
Go to the Superadmin Releases tab. |
2 |
Click on the menu icon in the top-left and select Import a release from the repository…. |
3 |
Select the repository that contains the desired release. |
4 |
Select the branch that contains the desired release. |
5 |
Select the desired release. |
6 |
Click on IMPORT. |
The imported release is now visible in the list of releases.
The build used by the release must be available on the server to be able to activate the release. Which build is used by the release can be seen in the Build column in the Releases tab. If it is not yet available, the required build can be uploaded in the Builds tab. The build should be made available by the developer.
Follow these steps to upload a build.
Step |
Action |
---|---|
1 |
Go to the Superadmin Builds tab. |
2 |
Click on the menu icon in the top-left and select Upload build…. |
3 |
Drag the desired build file onto the dialog or browse for it on your computer and click on OK. |
4 |
Right click in the list on the build that has been uploaded and select Activate as Superadmin. |
The uploaded build is now activated and visible in the list of builds.
See: The Builds Tab.
When activating a release, a dialog is shown. Any modules not present in the previous active release are highlighted in green.
The default access rights of these new modules can be set to:
- All users: all current and future users will automatically have access to the module.
- No users: no current or future users will initially have access to the module. The individual user rights will need to be set for the module.
Any changes in the name and/or description of previously active modules will be highlighted in orange.
See illustration below.
Follow these steps to activate a release.
Step |
Action |
---|---|
1 |
Go to the Superadmin Releases tab. |
2 |
Right click on the release that is to be activated. |
3 |
Select Make active on - production. |
4 |
Select the desired default access for new modules, if any. |
5 |
Click OK. |
The Active on column now says production in front of the activated release and the release can be accessed by users with the proper access rights once a cache has been generated.
See: The Releases Tab.
The following command-line functions are available that you can use to automate your release pipeline:
ImportRelease
to import releases either from a local file or a Git repository.ActivateRelease
to activate the release.
processgold.bat
script that is available in the Builds folder of your UiPath Process Mining installation.