Executions
Queue workflow execution
Requires executions:write.
Creates a queued execution and enqueues an Oban job. The API currently returns 202 Accepted with the execution status.
post/api/v1/workflows/{workflow_id}/executions
Path parameters
workflow_idinteger required
Workflow numeric ID.
Request body
Response
Execution queued.
Example response
{
"data": {
"id": "blue-orbit-route"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.