Events can be:
Mapping the attributes and model associations to ARIS
Class |
BPMN attribute name |
Implementation in ARIS |
Event |
|
Object type: Event (OT_EVT) |
Catch Event |
inherits from FlowElement |
Object type: Event (OT_EVT) |
|
eventDefinitionRefs: EventDefinition [0..*] |
Occurrence copy of the corresponding throw event. |
|
eventDefinitions: EventDefinition [0..*] |
Attribute type Event definition (AT_BPMN_EVENT_DEFINITION) in the attribute type group BPMN 2.0 attributes of object type Event (OT_EVT). Each event definition has a specific marker inside the event symbol. |
|
dataOutputAssociations: DataOutputAssociation [0..*] |
Currently not implemented. |
|
dataOutput: dataOutput [0..*] |
Connection type in the BPMN process diagram (BPMN 2.0) and the BPMN collaboration diagram (BPMN 2.0): |
|
outputSet: OutputSet [0..1] |
Currently not implemented. |
Throw event |
inherits from FlowElement |
Object type: Event (OT_EVT) |
|
eventDefinitionRefs: EventDefinition [0..*] |
Occurrence copy of the corresponding catch event. |
|
eventDefinitions: EventDefinition [0..*] |
Attribute type Event definition (AT_BPMN_EVENT_DEFINITION) in the attribute type group BPMN 2.0 attributes of object type Event (OT_EVT). |
|
dataInputAssociations: DataInputAssociation [0..*] |
Currently not implemented. |
|
dataInput: DataInput [0..*] |
Connection type in the BPMN process diagram (BPMN 2.0) and the BPMN collaboration diagram (BPMN 2.0): |
|
inputSet: InputSet [0..1] |
Currently not implemented. |
Implicit Throw Event |
inherits from ThrowEvent |
Currently not implemented. |