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 TypeMethodDescriptionvoidexecute(DelegateExecution execution) Default behaviour: just leave the activity with no extra functionality.voidsetEscalation(Escalation escalation) voidsetEscalationEventDefinition(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:FlowNodeActivityBehaviorDefault behaviour: just leave the activity with no extra functionality.- Specified by:
executein interfaceActivityBehavior- Overrides:
executein classFlowNodeActivityBehavior
-
getEscalationEventDefinition
-
setEscalationEventDefinition
-
getEscalation
-
setEscalation
-