Interface WorkflowState
-
- All Known Implementing Classes:
State
public interface WorkflowStateProvides access to the workflow state information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StringgetDescription()Return the description of the workflow state.WorkflowStateTypegetType()Return the workflow state type.Stringname()Return the name of the workflow state.
-
-
-
Method Detail
-
name
String name()
Return the name of the workflow state.- Returns:
- The name.
-
getType
WorkflowStateType getType()
Return the workflow state type.- Returns:
- The workflow state type.
-
-