Interface WorkflowState.Builder

    • Method Detail

      • status

        WorkflowState.Builder status​(String status)

        The current state of the workflow.

        Parameters:
        status - The current state of the workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WorkflowStatus, WorkflowStatus
      • reason

        WorkflowState.Builder reason​(String reason)

        Describes how or why the workflow changed state.

        Parameters:
        reason - Describes how or why the workflow changed state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.