Start instance
Start instance for workflow
Path Parameters
- workspaceId string required
The ID of the workspace the workflow belongs to
- projectId string required
The ID of the project the workflow belongs to
- workflowId string required
- application/json
Request Body required
- payload
Responses
- 200
- 404
Ok
- application/json
- Schema
- Example (from schema)
Schema
- success boolean
- errors undefined[]
- response
{
"success": true,
"errors": [
null
],
"response": {}
}
Workflow not found
Loading...