Flow Elements Container

A FlowElementsContainer is an abstract super class for BPMN diagrams (or views). So, Processes and Subprocesses as well as Choreographies and Choreography subprocess are FlowElementsContainers.

The specific attributes and model associations of a process and subprocess are described in detail in the context of the BPMN process diagram.

See: Business Process Model and Notation (BPMN), version 2.0.

Mapping the attributes and model associations to ARIS:

Class

BPMN attribute name

Implementation in ARIS

FlowElementsContainer

inherits from BaseElement

Model type BPMN process diagram (BPMN 2.0) (MT_BPMN_PROCESS_DIAGRAM)

 

flowElements: FlowElement [0..*]

Occurrences of the object types and connection types allowed in a BPMN process diagram (BPMN 2.0).

 

artifacts: Artifact [0..*]

Occurrences of the object types and attribute types representing groups and text annotations as well as their connection types allowed in the BPMN process diagram (BPMN 2.0).