public class BoundaryCompensateEventActivityBehavior extends BoundaryEventActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected CompensateEventDefinition |
compensateEventDefinition |
interruptingbpmnActivityBehavior| Constructor and Description |
|---|
BoundaryCompensateEventActivityBehavior(CompensateEventDefinition compensateEventDefinition,
boolean interrupting) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DelegateExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
void |
trigger(DelegateExecution execution,
String triggerName,
Object triggerData) |
deleteChildExecutions, executeInterruptingBehavior, executeNonInterruptingBehavior, isInterrupting, setInterruptingleave, leaveIgnoreConditions, parseActivityTypeprotected CompensateEventDefinition compensateEventDefinition
public BoundaryCompensateEventActivityBehavior(CompensateEventDefinition compensateEventDefinition, boolean interrupting)
public void execute(DelegateExecution execution)
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class BoundaryEventActivityBehaviorpublic void trigger(DelegateExecution execution, String triggerName, Object triggerData)
trigger in interface TriggerableActivityBehaviortrigger in class BoundaryEventActivityBehaviorCopyright © 2010–2018 Alfresco. All rights reserved.