public class DebugContinueProcessOperation extends ContinueProcessOperation
ContinueProcessOperation with the possibility to check whether execution is trying to
execute a breakpoint| Modifier and Type | Field and Description |
|---|---|
protected ProcessDebugger |
debugger |
static String |
HANDLER_TYPE_BREAK_POINT |
forceSynchronousOperation, inCompensationagenda, commandContext, execution| Constructor and Description |
|---|
DebugContinueProcessOperation(ProcessDebugger debugger,
CommandContext commandContext,
ExecutionEntity execution) |
DebugContinueProcessOperation(ProcessDebugger debugger,
CommandContext commandContext,
ExecutionEntity execution,
boolean forceSynchronousOperation,
boolean inCompensation) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
breakExecution(org.flowable.bpmn.model.FlowNode flowNode) |
protected void |
continueThroughFlowNode(org.flowable.bpmn.model.FlowNode flowNode) |
continueThroughSequenceFlow, createChildExecutionForSubProcess, createMultiInstanceRootExecution, executeActivityBehavior, executeAsynchronous, executeBoundaryEvents, executeMultiInstanceSynchronous, executeProcessStartExecutionListeners, executeSynchronous, hasMultiInstanceRootExecution, runexecuteExecutionListeners, executeExecutionListeners, findFirstParentScopeExecution, getAgenda, getCommandContext, getCurrentFlowElement, getExecution, setAgenda, setCommandContext, setExecutionpublic static final String HANDLER_TYPE_BREAK_POINT
protected ProcessDebugger debugger
public DebugContinueProcessOperation(ProcessDebugger debugger, CommandContext commandContext, ExecutionEntity execution, boolean forceSynchronousOperation, boolean inCompensation)
public DebugContinueProcessOperation(ProcessDebugger debugger, CommandContext commandContext, ExecutionEntity execution)
protected void continueThroughFlowNode(org.flowable.bpmn.model.FlowNode flowNode)
continueThroughFlowNode in class ContinueProcessOperationprotected void breakExecution(org.flowable.bpmn.model.FlowNode flowNode)
Copyright © 2018 Flowable. All rights reserved.