Groups

Groups are always embedded as subordinate elements in the element that the BPMN diagram references. If a group is contained in a separately modeled subprocess, the corresponding element is generated during export under the element that represents the subprocess.

The ID consists of the FLOW_ string and the GUID of the group. A highest element category is generated whose ID consists of the CAT string and the GUID of the BPMN diagram. Below this element a categoryValue element is generated whose ID consists of the CATV string and the GUID of the group.

The group element references this category element via the categoryValueRef attribute. Each flow element that is contained in this group references this category element via a subordinate categoryValueRef element.

Groups