WorkflowJobs
Returns jobs that are part of a specific CircleCI workflow.
Columns
| Name | Type | References | |
| Id [KEY] | String | ||
| Name | String | ||
| ProjectSlug | String | ||
| Status | String |
The allowed values are success, failed, canceled, unauthorized, on_hold, blocked, running, not_run. | |
| Type | String |
The allowed values are build, approval. | |
| StartedAt | Datetime | ||
| StoppedAt | Datetime | ||
| ApprovedBy | String | ||
| CanceledBy | String | ||
| Dependencies | String | ||
| JobNumber | Integer |
Jobs.JobNumber | |
| WorkflowId | String |
Workflows.Id |