public class IntermediateThrowEscalationEventActivityBehavior extends AbstractBpmnActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected String |
escalationCode |
protected EscalationEventDefinition |
escalationEventDefinition |
protected String |
escalationName |
multiInstanceActivityBehaviorbpmnActivityBehavior| Constructor and Description |
|---|
IntermediateThrowEscalationEventActivityBehavior(ThrowEvent throwEvent,
EscalationEventDefinition escalationEventDefinition,
Escalation escalation) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DelegateExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
executeCompensateBoundaryEvents, findBoundaryEventsForFlowNode, getMultiInstanceActivityBehavior, getProcessDefinition, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehaviorleaveIgnoreConditions, parseActivityType, triggerprotected final EscalationEventDefinition escalationEventDefinition
protected String escalationCode
protected String escalationName
public IntermediateThrowEscalationEventActivityBehavior(ThrowEvent throwEvent, EscalationEventDefinition escalationEventDefinition, Escalation escalation)
public void execute(DelegateExecution execution)
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class FlowNodeActivityBehaviorCopyright © 2023 Flowable. All rights reserved.