Package org.flowable.engine.impl.agenda
Class DebugContinueProcessOperation
java.lang.Object
org.flowable.engine.impl.agenda.AbstractOperation
org.flowable.engine.impl.agenda.ContinueProcessOperation
org.flowable.engine.impl.agenda.DebugContinueProcessOperation
- All Implemented Interfaces:
Runnable
This class extends
ContinueProcessOperation
with the possibility to check whether execution is trying to
execute a breakpoint- Author:
- martin.grofcik
-
Field Summary
FieldsFields inherited from class org.flowable.engine.impl.agenda.ContinueProcessOperation
forceSynchronousOperation, inCompensation, migrationContext
Fields inherited from class org.flowable.engine.impl.agenda.AbstractOperation
agenda, commandContext, execution
-
Constructor Summary
ConstructorsConstructorDescriptionDebugContinueProcessOperation
(ProcessDebugger debugger, CommandContext commandContext, ExecutionEntity execution) DebugContinueProcessOperation
(ProcessDebugger debugger, CommandContext commandContext, ExecutionEntity execution, boolean forceSynchronousOperation, boolean inCompensation) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
breakExecution
(FlowNode flowNode) protected void
continueThroughFlowNode
(FlowNode flowNode) Methods inherited from class org.flowable.engine.impl.agenda.ContinueProcessOperation
continueThroughSequenceFlow, createBoundaryEvents, createChildExecutionForSubProcess, createMultiInstanceRootExecution, executeActivityBehavior, executeAsynchronous, executeBoundaryEvents, executeMultiInstanceSynchronous, executeProcessStartExecutionListeners, executeSynchronous, hasMultiInstanceRootExecution, run
Methods inherited from class org.flowable.engine.impl.agenda.AbstractOperation
executeExecutionListeners, executeExecutionListeners, findFirstParentScopeExecution, getAgenda, getCommandContext, getCurrentFlowElement, getExecution, setAgenda, setCommandContext, setExecution
-
Field Details
-
HANDLER_TYPE_BREAK_POINT
- See Also:
-
debugger
-
-
Constructor Details
-
DebugContinueProcessOperation
public DebugContinueProcessOperation(ProcessDebugger debugger, CommandContext commandContext, ExecutionEntity execution, boolean forceSynchronousOperation, boolean inCompensation) -
DebugContinueProcessOperation
public DebugContinueProcessOperation(ProcessDebugger debugger, CommandContext commandContext, ExecutionEntity execution)
-
-
Method Details
-
continueThroughFlowNode
- Overrides:
continueThroughFlowNode
in classContinueProcessOperation
-
breakExecution
-