public class CancelEndEventActivityBehavior extends FlowNodeActivityBehavior
bpmnActivityBehavior| Constructor and Description |
|---|
CancelEndEventActivityBehavior() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deleteChildExecutions(ExecutionEntity parentExecution,
ExecutionEntity notToDeleteExecution,
CommandContext commandContext,
String deleteReason) |
void |
execute(DelegateExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
leave, leaveIgnoreConditions, parseActivityType, triggerpublic void execute(DelegateExecution execution)
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class FlowNodeActivityBehaviorprotected void deleteChildExecutions(ExecutionEntity parentExecution, ExecutionEntity notToDeleteExecution, CommandContext commandContext, String deleteReason)
Copyright © 2020 Flowable. All rights reserved.