public class BoundaryEscalationEventActivityBehavior extends BoundaryEventActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.bpmn.model.Escalation |
escalation |
protected org.flowable.bpmn.model.EscalationEventDefinition |
escalationEventDefinition |
interruptingbpmnActivityBehavior| Constructor and Description |
|---|
BoundaryEscalationEventActivityBehavior(org.flowable.bpmn.model.EscalationEventDefinition escalationEventDefinition,
org.flowable.bpmn.model.Escalation escalation,
boolean interrupting) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DelegateExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
deleteChildExecutions, executeInterruptingBehavior, executeNonInterruptingBehavior, isInterrupting, setInterrupting, triggerleave, leaveIgnoreConditions, parseActivityTypeprotected org.flowable.bpmn.model.EscalationEventDefinition escalationEventDefinition
protected org.flowable.bpmn.model.Escalation escalation
public BoundaryEscalationEventActivityBehavior(org.flowable.bpmn.model.EscalationEventDefinition escalationEventDefinition,
org.flowable.bpmn.model.Escalation escalation,
boolean interrupting)
public void execute(DelegateExecution execution)
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class BoundaryEventActivityBehaviorCopyright © 2020 Flowable. All rights reserved.