Test workflow definition
POST/api/v1/accounts/:accountId/definitions/:definitionId/workflows
Use this resource to test workflow definition by starting workflow instances. This endpoint is useful for testing your workflows without involving external triggers like inbound messages.
Request
Responses
- 201
- 400
- 404
A new workflow instance has been started from the specified workflow.
Response Headers
Location
Path to the newly started workflow instance.
Definition id is invalid (not a valid uuid).
Workflow definition is not found.