BpmnEscalationEventDefinition
Event corresponding to an escalation.
: BpmnEscalationEventDefinition (architecture_autodiagram)
Figure 32 : BpmnEscalationEventDefinition (architecture_autodiagram)
BpmnEscalationEventDefinitionBpmnEventDefinition
Attribute
Description
string EscalationCode [1..1]
For an End Event: If the Result is an Escalation, then the escalationCode MUST be supplied (if the processType attribute of the Process is set to executable). This ?throws? the Escalation. For an Intermediate Event within normal flow: If the trigger is an Escalation, then the escalationCode MUST be entered (if the processType attribute of the Process is set to executable). This ?throws? the Escalation. For an Intermediate Event attached to the boundary of an Activity: If the trigger is an Escalation, then the escalationCode MAY be entered. This Event ?catches? the Escalation. If there is no escalationCode, then any Escalation SHALL trigger the Event. If there is an escalationCode, then only an Escalation that matches the escalationCode SHALL trigger the Event.