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 ProcessDebuggerDebugContinueProcessOperation.debuggerprotected ProcessDebuggerDebugFlowableEngineAgendaFactory.debuggerprotected ProcessDebuggerDebugFlowableEngineAgenda.processDebuggerMethods in org.flowable.engine.impl.agenda with parameters of type ProcessDebuggerModifier and TypeMethodDescriptionvoidDebugFlowableEngineAgendaFactory.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)