- Release notes
- Before you begin
- Getting started
- Managing access
- Working with process apps
- Creating process apps
- App Templates
- Creating a new process app
- Editing process apps
- Deleting a process app
- Loading data
- Customizing process apps
- Data transformations
- TemplateOne app template
- Purchase to Pay app template
- Order to Cash app template
- Basic troubleshooting guide
Creating a new process app
In the Process Mining portal, you can easily create new process apps. When you click on the Create new app button, a wizard opens that guides you through the process of creating a new process app step-by-step. When you leave Create new app wizard at any step, the current state is saved. You can continue creating the app with the state you left the wizard before. Below is an overview of the wizard steps. Below is an overview of the wizard steps.
Scenario 1: uploading data using data files
- Create new app
- Select app template
- Basic details - Define the app properties
- Data source - Upload data
Scenario 2: uploading data using an extractor
- Create new app
- Select app template
- Basic details - Define the app properties
- Data source - Upload data using extractor
Follow these steps to create a process app.
1. In the Process Mining portal, click on Create new app.
A wizard starts and the Create new app step is displayed, where you can select an app template to be used for your process app. See the illustration below.
You can choose to use an existing app template as a starting point for a new process app.
See App Templates for an overview of the available app templates.
2. Click on the Select button on the tile representing the application template you want to use as a base for your new app.
The Basic details step is displayed with the default information from the process app type you selected.
3. Edit the name to define a unique name for the new process app in the App name field.
4. If desired, edit the description in the Description field.
5. Click on Save & Next.
It can happen that you enter a name for an app that already exists but that you do not see in the All process apps list. In this case, it can be an app for which you do not have View permission.
See the illustration below.
The Data source step is displayed.
.tsv
files, or load data using the on-premises extractor. The data is ingested after you have created the new process app.
.tsv
files, or .csv
files.
.tsv
file(s) using the Upload data option.
Follow these steps to upload data files.
6. Select the Upload data option button.
7. Drag and drop one or more files that contain the data for the process app, or click on to select the file files from your computer, and click on Save & Review.
See the illustration below for an example.
The Review details step is displayed.
8. Review the properties of the new process app.
9. Click on Ingest data and publish app.
See the illustration below.
It is possible to load data directly into the warehouse using an extractor. In this case, you need to provide the details for the SQL connection.
.
6. Select the Upload data using extractor option button.
7. Click on Save & Review.
See the illustration below.
The Review details step is displayed.
8. Review the properties of the new process app.
9. Click on Create app.
See the illustration below.
The Upload data using extractor step is displayed and provides the SQL Server connection parameters that you need to use to set up a connection to the the SQL Server database.
10. Open a text editor, for example, Notepad.
11. Copy the SQL Server database parameters from the Upload data using extractor page and paste the parameters in the Notepad file. (Click on to copy the parameter to the clipboard.) See the illustration below.
12. Click on Finish.
Below is a description of the parameters.
Parameter |
Description |
---|---|
Server |
The host name or IP of the machine running the SQL Server instance followed by the name of the port that is used for the connection. |
Database |
The name of the SQL Server database. (
AutomationSuite_ProcessMining_Warehouse )
|
Schema |
The unique database schema for the process app to ne set as the Destination schema when setting up a destination connection for data load. |
Role |
The database role for accessing the corresponding app schema. The database user who is allowed to upload data for the new process app, must get assigned the app-specific role, to write in the correct app schema for the process app. |
See also Uploading data.
The process app is created and will be displayed in the list of process apps. A progress bar is displayed to indicate the progress of the data ingestion of your process app. Once the app creation has finished, the status will be set to Created and the action buttons will be enabled. See the illustration below.
When the data ingestion is completed, the new app will be published and displayed in the Published process apps.