Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. WorkflowRun

WorkflowRun

    WorkflowRun contains information about a workflow run.

    Properties

    • id string required
      The unique identifier of the workflow run.
    • orgId string required
      The organization ID.
    • userId string required
      The user ID who initiated the workflow run.
    • status enum required
      The current status of the workflow run.
      Values: running, failed, succeeded
    • startedAt string required
      The time the workflow run started.
    • finishedAt string required
      The time the workflow run finished, if completed.
    • lastUpdatedAt string required
      The time the workflow run was last updated.
    • jobTimeout string required
      The timeout for jobs in the workflow run.
    • jobs array[JobRun] optional
      The list of job runs within the workflow.
    • status enum required
      The current status of the job run
      Values:
      not-started — NotStarted
      JobStatusNotStarted indicates that a job has not yet started.
      accepted — Accepted
      JobStatusAccepted indicates that a job has been accepted for execution, but is not yet running.
      running — Running
      JobStatusRunning indicates that a job is running.
      failed — Failed
      JobStatusFailed indicates that a job has failed.
      succeeded — Succeeded
      JobStatusSucceeded indicates that a job has succeeded.
      skipped — Skipped
      JobStatusSkipped indicates that a job has skipped as there are fresher deployments to execute in the queue.
    • started string optional
      When the job started running
    • lastUpdated string optional
      When the job was last updated
    • timeout integer required
      The timeout duration for the job in nanoseconds (Go time.Duration).
    • steps array[StepRun] required
      The list of step runs within this job
    • worker object optional
      Information about the worker executing this job

      The infrastructure as code platform for any cloud.