Interface WorkflowState.Builder

  • Method Details

    • 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:
    • 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:
    • 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.