public class BoundaryTimerEventActivityBehavior extends BoundaryEventActivityBehavior
Modifier and Type | Field and Description |
---|---|
protected org.activiti.bpmn.model.TimerEventDefinition |
timerEventDefinition |
interrupting
bpmnActivityBehavior
Constructor and Description |
---|
BoundaryTimerEventActivityBehavior(org.activiti.bpmn.model.TimerEventDefinition timerEventDefinition,
boolean interrupting) |
Modifier and Type | Method and Description |
---|---|
void |
execute(DelegateExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
deleteChildExecutions, executeInterruptingBehavior, executeNonInterruptingBehavior, isInterrupting, setInterrupting, trigger
leave, leaveIgnoreConditions, parseActivityType
protected org.activiti.bpmn.model.TimerEventDefinition timerEventDefinition
public BoundaryTimerEventActivityBehavior(org.activiti.bpmn.model.TimerEventDefinition timerEventDefinition, boolean interrupting)
public void execute(DelegateExecution execution)
FlowNodeActivityBehavior
execute
in interface ActivityBehavior
execute
in class BoundaryEventActivityBehavior
Copyright © 2015 Alfresco. All rights reserved.