public class IntermediateThrowEscalationEventActivityBehavior extends AbstractBpmnActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected String |
escalationCode |
protected org.flowable.bpmn.model.EscalationEventDefinition |
escalationEventDefinition |
protected String |
escalationName |
multiInstanceActivityBehaviorbpmnActivityBehavior| Constructor and Description |
|---|
IntermediateThrowEscalationEventActivityBehavior(org.flowable.bpmn.model.ThrowEvent throwEvent,
org.flowable.bpmn.model.EscalationEventDefinition escalationEventDefinition,
org.flowable.bpmn.model.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 org.flowable.bpmn.model.EscalationEventDefinition escalationEventDefinition
protected String escalationCode
protected String escalationName
public IntermediateThrowEscalationEventActivityBehavior(org.flowable.bpmn.model.ThrowEvent throwEvent,
org.flowable.bpmn.model.EscalationEventDefinition escalationEventDefinition,
org.flowable.bpmn.model.Escalation escalation)
public void execute(DelegateExecution execution)
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class FlowNodeActivityBehaviorCopyright © 2020 Flowable. All rights reserved.