process-mining
2023.4
false
- 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
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.