Defining Escalation
An escalation event definition is declared by using theescalationEventDefinition element. The attribute escalationRef references an escalation element declared as a child element of the definitions root element. The following is an excerpt of a process in which an escalation event is declared and referenced by an escalation intermediate throw event.
Catching Escalation Events
Escalation Start Event
escalationRef and escalationCodeVariable:
- If
escalationRefis omitted orescalationCodeof referenced escalation is omitted, the event sub-process is triggered by any escalation event, regardless of the escalation code of the escalation. - In case an
escalationRefis set, the event sub-process is only triggered by escalation events with the defined escalation code. - If
escalationCodeVariableis set, the escalation code of the occurred escalation event can be retrieved using this variable.
ASEE Flow Extensions
The following extensions are supported forescalationEventDefinition.
| Attributes | camunda:escalationCodeVariable |
|---|---|
| Extension Elements | – |
| Constraints | – |
Escalation Boundary Event
escalationRef and escalationCodeVariable, see Escalation Start Event.
ASEE Flow Extensions
The following extensions are supported forescalationEventDefinition.
| Attributes | camunda:escalationCodeVariable |
|---|---|
| Extension Elements | – |
| Constraints | – |
Throwing Escalation Events
Escalation Intermediate Throw Event

Escalation End Event




