Interface StartWorkflowRunResponse.Builder

  • Method Details

    • runId

      The unique identifier of the newly started workflow run.

      Parameters:
      runId - The unique identifier of the newly started workflow run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The initial status of the workflow run. This is typically STARTING when you first create the run.

      Parameters:
      status - The initial status of the workflow run. This is typically STARTING when you first create the run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The initial status of the workflow run. This is typically STARTING when you first create the run.

      Parameters:
      status - The initial status of the workflow run. This is typically STARTING when you first create the run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • startedAt

      The timestamp when the workflow run was started, in ISO 8601 date-time format.

      Parameters:
      startedAt - The timestamp when the workflow run was started, in ISO 8601 date-time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.