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, inCompensation, migrationContextagenda, 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(FlowNode flowNode) |
protected void |
continueThroughFlowNode(FlowNode flowNode) |
continueThroughSequenceFlow, createBoundaryEvents, 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(FlowNode flowNode)
continueThroughFlowNode in class ContinueProcessOperationprotected void breakExecution(FlowNode flowNode)
Copyright © 2023 Flowable. All rights reserved.