Please enable JavaScript to view this site.

mpmX Help Documentation

 

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.Copy the folder in mpmX_repository/_templates/ to mpmX_repository/mvProcessDescription/

2.Go to mpmX_repository/mvProcessDescription/mpmX_config_repository.qvs and define the ActivityGroupsDefinition and Groups_$(mvProcessDescription) there

 

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.

 

Info

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.

 

© by MEHRWERK GmbH