v52

OpenAPI 3.1.0raw.githubusercontent.com2026-08-033240556.8 KB
WorkflowEvents

Fire a run-scoped event signal

Emits an event onto the workflow event bus with _runId injected. Used by wait nodes in event mode with scope: 'run'. The body's name is the bus event name; payload is forwarded as-is plus _runId.

post/api/workflow-runs/{runId}/events

Path parameters

runIdstring uuid required

Request body

namestring required
payloadobject

Response

Event emitted