Workflows

Fire a global workflow event signal

Emits an event onto the workflow event bus. Wait-states with scope: 'global' may match. Run-scoped waits will NOT match this broadcast unless the payload carries a matching workflowRunId.

post/api/workflow-events

Request body

namestring required
payloadobject

Response

Event emitted

oktrue required
namestring required

Changes

Changed in 2 of the 104 revisions of this API.4

    • 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