Interface HasExecutionState
-
- All Known Subinterfaces:
MutableExecutionState,StepState,WorkflowState
- All Known Implementing Classes:
StepStateImpl,WorkflowStateImpl
public interface HasExecutionStateHasExecutionState is ...- Since:
- 2014-09-12
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionStategetExecutionState()
-
-
-
Method Detail
-
getExecutionState
ExecutionState getExecutionState()
- Returns:
- An execution state
-
-