WorkflowRun
WorkflowRun contains information about a workflow run.
Properties
idstring requiredThe unique identifier of the workflow run.orgIdstring requiredThe organization ID.userIdstring requiredThe user ID who initiated the workflow run.statusenum requiredThe current status of the workflow run.Values:running,failed,succeededstartedAtstring requiredThe time the workflow run started.finishedAtstring requiredThe time the workflow run finished, if completed.lastUpdatedAtstring requiredThe time the workflow run was last updated.jobTimeoutstring requiredThe timeout for jobs in the workflow run.- The list of job runs within the workflow.
- ↳
statusenum requiredThe current status of the job runValues: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.
- ↳
startedstring optionalWhen the job started running - ↳
lastUpdatedstring optionalWhen the job was last updated - ↳
timeoutinteger requiredThe timeout duration for the job in nanoseconds (Go time.Duration). - The list of step runs within this job
- ↳
workerobject optionalInformation about the worker executing this job