process-mining
2021.10
true
- Release notes
- Getting started
- Installation
- 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
Adding tags
Process Mining
Last updated Sep 2, 2024
Adding tags
Tags are the way of enriching the dataset with business logic. For example, with process KPIs which are present in the business. Often people will tell you about their business rules when delivering a dataset. If these are not available, think about industry standards that could be applied to the process.
Tags allow you to use both case and event information.
See the illustration below for a dashboard showing tags.
When you have defined Tag scores for the Tags in your dataset, the Scores dashboard will be available in AppOne. See the illustration below.
Create a
Tags.csv
file and upload it to your workspace. It should only contain the headers Tag type,Tag,Tag score and Comment. See the illustration below.
Follow these steps to add a tag to your dataset.
Step |
Action |
---|---|
1 |
Create an expression representing the tag in the table
Tags_preprocessing .
The
Tags_preprocessing table contains a record for each Case Id and Tag combination.
Note: Since a case can have multiple tags, the Frequency does not denote the number of cases, but the number of tags.
Note: The name of a tag expression, can only contain alphanumerical characters and spaces. Special characters (“”/-) are not allowed
|
2 |
Add the new tag to the case statement of the Tags filter in the
Tags_preprocessing table. See illustration below.
|
3 |
Add the new tag to the
Tags.csv file. Make sure the name of the tag is the same as the name of the expression created in Step 1.
|
When you have added the tags you can reload the
Tags_input
table to see if the tags are visible in the connector. See illustration below.
Note: The
Tags_preprocessing
table of the Basic Connector contains some helpful examples on tags. See illustration below.