Uses of Interface
org.flowable.engine.runtime.ProcessDebugger
Packages that use ProcessDebugger
-
Uses of ProcessDebugger in org.flowable.engine.impl.agenda
Fields in org.flowable.engine.impl.agenda declared as ProcessDebuggerModifier and TypeFieldDescriptionprotected ProcessDebugger
DebugContinueProcessOperation.debugger
protected ProcessDebugger
DebugFlowableEngineAgendaFactory.debugger
protected ProcessDebugger
DebugFlowableEngineAgenda.processDebugger
Methods in org.flowable.engine.impl.agenda with parameters of type ProcessDebuggerModifier and TypeMethodDescriptionvoid
DebugFlowableEngineAgendaFactory.setDebugger
(ProcessDebugger debugger) Constructors in org.flowable.engine.impl.agenda with parameters of type ProcessDebuggerModifierConstructorDescriptionDebugContinueProcessOperation
(ProcessDebugger debugger, CommandContext commandContext, ExecutionEntity execution) DebugContinueProcessOperation
(ProcessDebugger debugger, CommandContext commandContext, ExecutionEntity execution, boolean forceSynchronousOperation, boolean inCompensation) DebugFlowableEngineAgenda
(CommandContext commandContext, ProcessDebugger processDebugger)