Enable Grouping |
Scroll Previous Topic Top Next Topic More |
With the MPM Grouping feature, activities can be grouped together in the MPM ProcessAnalyzer which simplifies the process graph for analysis. The groups can be expanded and collapsed so it is much easier to get a good overview on the process. Grouping is an optional feature, so its configuration is placed on the script tab 2A. Advanced Customization.
To enable grouping, it is necessary to do the following steps:
1.Define the mapping between activities and their respective groups.
An activity can be assigend to maximum one group. |
Left Join(EventLog)
ActivityGroupsDefinition:
load * inline [
ActivityGroupID, |
ActivityType |
1, |
Wait |
1, |
Require upgrade |
2, |
Inser ticket |
2, |
Assign seriousness |
3, |
|
]; |
|
2.Label the groups.
3.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.