v2

latestOpenAPI 3.1.02026-07-26231357386.7 KB
Workflow

Trigger Workflow

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).
post/api/v1/workflow/{workflow_id}/trigger

Path parameters

workflow_idstring uuid required

Request body

trigger_payloadobject

Response

Successful Response

messagestring nullable