Class BoundaryTimerEventActivityBehavior
java.lang.Object
org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.flowable.engine.impl.bpmn.behavior.BoundaryEventActivityBehavior
org.flowable.engine.impl.bpmn.behavior.BoundaryTimerEventActivityBehavior
- All Implemented Interfaces:
Serializable
,ActivityBehavior
,TriggerableActivityBehavior
- Author:
- Joram Barrez
- See Also:
-
Field Summary
FieldsFields inherited from class org.flowable.engine.impl.bpmn.behavior.BoundaryEventActivityBehavior
interrupting
Fields inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior
-
Constructor Summary
ConstructorsConstructorDescriptionBoundaryTimerEventActivityBehavior
(TimerEventDefinition timerEventDefinition, boolean interrupting) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(DelegateExecution execution) Default behaviour: just leave the activity with no extra functionality.Methods inherited from class org.flowable.engine.impl.bpmn.behavior.BoundaryEventActivityBehavior
deleteChildExecutions, executeInterruptingBehavior, executeNonInterruptingBehavior, isInterrupting, setInterrupting, trigger
Methods inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
leave, leaveIgnoreConditions, parseActivityType
-
Field Details
-
timerEventDefinition
-
-
Constructor Details
-
BoundaryTimerEventActivityBehavior
public BoundaryTimerEventActivityBehavior(TimerEventDefinition timerEventDefinition, boolean interrupting)
-
-
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 classBoundaryEventActivityBehavior
-