Define Activity Groups for Hierarchical Mining |
Scroll Previous Topic Top Next Topic More |
To enable grouping, which can be used to put multiple activities into a group to get a better overview of a process, it is necessary to do the following steps:
1.Go to the tab 2A. Grouping & Custom Lead Times
2.Define the mapping between activities and their respective groups.
ActivityGroupsDefinition:
load * inline [
ActivityGroupID, ActivityType
1, Wait
1, Require upgrade
2, Insert ticket
2, Assign seriousness
];
3.Label the groups.
4.Define the parent groups.
Only one nesting layer is fully supported in the layout. |
[Groups]:
Load * Inline [
ActivityGroupID, ActivityGroupLabel, ParentGroup
1,'Work in progress',3
2,'Initiate Ticket',3
3,'Overall process'
];
4.The grouping will be shown in the ProcessAnalyzer automatically, if the respective tables are found in the data model.