Interface WorkflowState
- All Known Implementing Classes:
State
public interface WorkflowState
Provides access to the workflow state information.
-
Method Details
-
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.
-
getDescription
Return the description of the workflow state. Default implementation returnsname().- Returns:
- The description.
-