
Metamodel user guide
BaseElement is the abstract super class for most BPMN elements.

Association | Description |
|---|---|
| OutgoingAssoc : BpmnAssociation [0..*] | The BaseElement that the Association is connecting from. |
| IncomingAssoc : BpmnAssociation [0..*] | The BaseElement that the Association is connecting to. |
| OutgoingFlow : BpmnMessageFlow [0..*] | The BaseElement that the Association is connecting from.
The source can only be:
- a Participant,
- an Event,
- or a Task
|
| IncomingFlow : BpmnMessageFlow [0..*] | The BaseElement that the Association is connecting to.
The target can only be:
- a Participant,
- an Event,
- or a Task.
|