Package org.flowable.engine.runtime
Interface ProcessDebugger
public interface ProcessDebugger
- Author:
- martin.grofcik
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isBreakpoint
(Execution execution) Indicates that execution is in the breakpoint state
-
Method Details
-
isBreakpoint
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
-