Skip to main content

WorkflowRunQueueStatus

acceptsNewRunsbooleanrequired
concurrencyintegerrequired

Possible values: >= 1

Default value: 3
updatedAtstring<date-time>required
workflowIdstringrequired
projectIdstring<uuid>
runningCountintegerrequired
waitingCountintegerrequired
WorkflowRunQueueStatus
{
"acceptsNewRuns": true,
"concurrency": 3,
"updatedAt": "2024-07-29T15:51:28.071Z",
"workflowId": "string",
"projectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"runningCount": 0,
"waitingCount": 0
}