1.2.4.10 BpmnEventDefinition
Defines the type of contained triggers expected for an Event
BpmnBaseElementBpmnEventDefinition
Association
Description
Defined : BpmnEvent [0..1]
(For a catchEvent) defines the type of contained triggers expected for a catch Event. ? If there is no EventDefinition defined, then this is considered a catch None Event and the Event will not have an internal marker. ? If there is more than one EventDefinition defined, this is considered a Catch Multiple Event and the Event will have the pentagon internal marker. (throw Event) defines the type of contained results expected for a throw Event. ? If there is no EventDefinition defined, this is considered a throw None Event and the Event will not have an Internal marker. ? If there is more than one EventDefinition defined, this is considered a throw Multiple Event and the Event will have the pentagon internal marker
The EventDefinition which is thrown when: - behavior is set to one and the first internal Activity instance has completed, - or the behavior is set to none and an internal Activity instance has completed.