Raise Event request
POST/v1.0-beta1/workflows/:workflowComponentName/:instanceId/raiseEvent/:eventName
Deliver a named event to a specific workflow instance.
Request
Path Parameters
workflowComponentName stringrequired
Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$
Use "dapr" for Catalyst Workflows.
instanceId stringrequired
Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$
Unique value created for each run of a specific workflow.
eventName stringrequired
Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$
The name of the event to raise.
Responses
- 202
- 400
- 500
Accepted.
Request was malformed.
Request formatted correctly, error in Catalyst code or underlying component.
Loading...