Class EscalationEndEventActivityBehavior
java.lang.Object
org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.flowable.engine.impl.bpmn.behavior.EscalationEndEventActivityBehavior
- All Implemented Interfaces:
Serializable
,ActivityBehavior
,TriggerableActivityBehavior
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
FieldsFields inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior
-
Constructor Summary
ConstructorsConstructorDescriptionEscalationEndEventActivityBehavior
(EscalationEventDefinition escalationEventDefinition, Escalation escalation) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(DelegateExecution execution) Default behaviour: just leave the activity with no extra functionality.void
setEscalation
(Escalation escalation) void
setEscalationEventDefinition
(EscalationEventDefinition escalationEventDefinition) Methods inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
leave, leaveIgnoreConditions, parseActivityType, trigger
-
Field Details
-
escalationEventDefinition
-
escalation
-
-
Constructor Details
-
EscalationEndEventActivityBehavior
public EscalationEndEventActivityBehavior(EscalationEventDefinition escalationEventDefinition, Escalation escalation)
-
-
Method Details
-
execute
Description copied from class:FlowNodeActivityBehavior
Default behaviour: just leave the activity with no extra functionality.- Specified by:
execute
in interfaceActivityBehavior
- Overrides:
execute
in classFlowNodeActivityBehavior
-
getEscalationEventDefinition
-
setEscalationEventDefinition
-
getEscalation
-
setEscalation
-