public class IntermediateCatchTimerEventActivityBehavior extends IntermediateCatchEventActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.bpmn.model.TimerEventDefinition |
timerEventDefinition |
multiInstanceActivityBehaviorbpmnActivityBehavior| Constructor and Description |
|---|
IntermediateCatchTimerEventActivityBehavior(org.flowable.bpmn.model.TimerEventDefinition timerEventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
void |
eventCancelledByEventGateway(DelegateExecution execution)
Should be subclassed by the more specific types.
|
void |
execute(DelegateExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
deleteOtherEventsRelatedToEventBasedGateway, getPrecedingEventBasedGateway, leaveIntermediateCatchEvent, triggerexecuteCompensateBoundaryEvents, findBoundaryEventsForFlowNode, getMultiInstanceActivityBehavior, getProcessDefinition, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehaviorleaveIgnoreConditions, parseActivityTypeprotected org.flowable.bpmn.model.TimerEventDefinition timerEventDefinition
public IntermediateCatchTimerEventActivityBehavior(org.flowable.bpmn.model.TimerEventDefinition timerEventDefinition)
public void execute(DelegateExecution execution)
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class IntermediateCatchEventActivityBehaviorpublic void eventCancelledByEventGateway(DelegateExecution execution)
IntermediateCatchEventActivityBehavioreventCancelledByEventGateway in class IntermediateCatchEventActivityBehaviorCopyright © 2020 Flowable. All rights reserved.