Skip to main content

Trigger Workflow

POST 

/api/v1/workflow/:workflow_id/trigger

Run the workflow against the given trigger payload.

Executes synchronously until the workflow either:

  • reaches an end node (status=done),
  • returns a wait directive (status=waiting; Celery resumes later — 5c),
  • or errors (status=failed).

Request

Responses

Successful Response