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,accepted,running,failed,succeeded,skipped - ↳
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
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.