- Release notes
- Before you begin
- Getting started
- Integrations
- Managing access
- Working with process apps
- Creating apps
- Loading data
- Uploading data
- Retrieving the SQL Server database parameters
- Setting up a SQL Server account for data upload using an extractor
- Loading data using Theobald Xtract Universal
- Customizing process apps
- Data transformations
- TemplateOne app template
- Purchase to Pay app template
- Order to Cash app template
- Basic troubleshooting guide
Introduction
To enable developers to create process apps from app templates, these app templates must be made available in Process Mining (Automation Suite). This page describes how to upload app templates in Process Mining (Automation Suite).
Process Mining app template upload tool
The Process Mining App Template Upload .zip file contains the processmining-app-template-upload.sh. The processmining-app-template-upload.sh is a bash script that allows you to upload Process Mining app templates inside the Process Mining deployment in Automation Suite. It connects to the Kubernetes cluster to obtain the signing key for the app registry API. The app templates, which is a .zip file is uploaded to the app registry using the signing key for authentication.
Prerequisites
The environment where you use the Process Mining App Template Upload tool must be able to run a bash script and have the following tools:
kubectlconfigured with a connection to the cluster;jq 1.6
It is assumed that you have:
- an Automation Suite environment with Process Mining installed;
Automation Hub must also be enabled on your Automation Suite installation.
- access to the Kubernetes cluster is needed via the
kubeconfigfile; - access to the cluster;
- the
Cluster.configfile downloaded on the cluster machine you are going to use to upload the app templates.
Uploading an app template
Follow these steps to make an app template available in Process Mining (Automation Suite).
-
Go to your UiPath® Customer portal and download the
.zippackage for the app template for your process and source system that you want to upload to Process Mining (Automation Suite).Note:Consult your UiPath® contact if you need access to the UiPath® Customer portal.
-
Download and extract the Process Mining App Template Upload utility.
-
Run the
processmining-app-template-upload.shin the shell script where you havekubectlset up.Use the following arguments.
Argument Description file The name and location of the downloaded app template .zipfile.type The process app type of the app template. Use the first part of the name of the .zipfile. For example,uipath.o2c.version The version of the app template. Use the second part of the name of the .zipfile. For example,1.2.5.global To upload the app template and make it available on all tenants in Process Mining (Automation Suite).
Note the global argument can be omitted when the tenant argument is specified.tenant The ID of the tenant to publish the app template. This is optional if the argument global is used. insecure This option connects to the cluster without validating the SSL certification. Note: using this option the connection won't be secure.
Example
./processmining-app-template-upload.sh --file ./uipath.o2c.1.2.5.zip --type uipath.o2c --version 1.2.5 --global