v68

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-07344691.3 MB
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

oktrue required
namestring required
runIdstring required