Package org.flowable.engine.runtime
Interface ProcessDebugger
-
public interface ProcessDebugger- Author:
- martin.grofcik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisBreakpoint(Execution execution)Indicates that execution is in the breakpoint state
-
-
-
Method Detail
-
isBreakpoint
boolean isBreakpoint(Execution execution)
Indicates that execution is in the breakpoint state- Parameters:
execution- execution to evaluate- Returns:
- true in the case when breakpoint was reached in the execution, false in the case when not
- Throws:
RuntimeException- in the case when it was not possible to decide
-
-