Start workflow request
POST/v1.0-beta1/workflows/:workflowComponentName/:workflowName/start
Start a workflow instance with the given name and optionally, an instance ID.
Request
Path Parameters
workflowComponentName stringrequired
Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$
Use "dapr" for Catalyst Workflows.
workflowName stringrequired
Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$
Identify the workflow type.
Query Parameters
instanceID string
Possible values: Value must match regular expression ^[a-zA-Z0-9_-]+$
Unique value created for each run of a specific workflow.
- application/json
Body
property name* any
Responses
- 202
- 400
- 500
Accepted
Request was malformed
Request formatted correctly, error in Catalyst code or underlying component.
Loading...