process-mining
2023.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
- Customizing process apps
- App templates
- Additional resources
- Out-of-the-box Tags and Due dates
- Editing data transformations in a local environment
- Setting up a local test environment
- Designing an event log
- Extending the SAP Ariba extraction tool
- Performance characteristics
Uploading app templates
Process Mining
Last updated Oct 17, 2024
Uploading app templates
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).
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.
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:
kubectl
configured with a connection to the cluster;jq 1.6
It is assumed that you have:
- an Automation Suite environment with Process Mining installed;
Attention:
Automation Hub must also be enabled on your Automation Suite installation.
- access to the Kubernetes cluster is needed via the
kubeconfig
file; - access to the cluster;
- the
Cluster.config
file downloaded on the cluster machine you are going to use to upload the app templates.