Interface WorkflowState

  • All Known Implementing Classes:
    State

    public interface WorkflowState
    Provides access to the workflow state information.
    • 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.
      • getDescription

        default String getDescription()
        Return the description of the workflow state. Default implementation returns name().
        Returns:
        The description.