Workflow Events API
POST/api/workflow/events
Product availabilityAlgaPSA

Submit a workflow event

Injects an event into the workflow runtime, correlating it to waiting runs by event name and correlation key.

RBAC · workflow

Request body

Content type: application/json · schema WorkflowEventBody

eventNamestringRequired
workflowCorrelationKeystring
correlationKeystring
payloadSchemaRefstring
payloadobject

Response body

Success response 200 · schema UnversionedV1Success

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

200
Event accepted.
400
Invalid request.
401
API key missing/invalid.
403
Caller lacks the required permission.
500
Unexpected error.