Workflows

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

Changes

Changed in 2 of the 105 revisions of this API.5

    • api tag Workflows added

      api-tag-added

    • api tag WorkflowEvents removed

      api-tag-removed

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added