Workflow Resume
CronJob endpoint to resume paused workflow runs with expired delays. Frequency: Every minute. Finds runs with status='paused' whose delay node has expired, then re-dispatches Celery tasks to continue execution. Auth: WORKFLOW_RESUME_TOKEN env var.
CronJob endpoint to resume paused workflow runs with expired delays.
Frequency: Every minute. Finds runs with status='paused' whose delay node has expired, then re-dispatches Celery tasks to continue execution. Auth: WORKFLOW_RESUME_TOKEN env var.
Response Body
application/json
curl -X POST "https://loading/api/sync/workflow-resume"{}