Process Mining
Process mining specific settings
This chapter introduces process mining-specific tagging conventions that allow you to customize the process mining analysis in the setting file.
Adding extra values to process step name
To add extra values to a step name without using a content-category tag, you can add process_step_name-property for the tag:
Tagging a window as a separate process step
You can tag windows without process identifiers to be separate process steps. If these windows are found from multisystem workflows or between a start window and a process step, they get marked as individual process steps. These windows get the same transaction id as the process step that follows them.
A start window for a process sequence
Processing a transaction can start from a window appearing before detecting the identifier from the main process system. In these cases, you can mark processing beginning from a specific window and ending in a window where the identifier is present. The main use case is if extra steps exist between the start window and the main process window. The start window notation allows you to capture the whole task between the start window and the main process window as separate process steps.
You can mark the processing starting window by adding a tag:
Tagging a window as a shared preparation step for multiple transactions
If multiple transactions are processed in the same session and have the same preparation step, this preparation step can be tagged as follows:
Adding a state tag or identifier for the event
Add a state tag key in the Dashboard for a process where you want to track a state.
Add tag or Extracted Identifier with the matching key/identifier_name:
Example:
Add salesforce_case_state as the state name for a process in the Dashboard.
Add Tag or Extracted Identifier:
Tag:
Extracted Identifier:
The result: A step associated with the above tag/identifier is marked with the state pending.
Configure Dashboard: process mining settings
Finally, configure the process mining features on Dashboard. Specifically:
Create a list of identifiers found in the data: You can either check the identifiers in the company’s settings, or query MongoDB for unique identifiers.
Review what identifiers should be added as processes in the Dashboard: Not all identifiers make sense as case identifiers for process mining. Review the list of identifiers with the business to ensure the correct process visualizations will be created.
Add processes to the Dashboard: Configure the process mining settings on the Dashboard to match the customer's requirements. This includes mapping extracted identifier names to process names to be displayed on the Dashboard.
Last updated