Start Workflow Execution
Creates a new instance of a workflow's run, by using the passed parameters. The workflow run is an asynchronous, so the call does not return a response body.
workflowId
successful operation
"workflow-execution Object"
statistic
start-date
workflow-item
started-by
content-exception
inputParameters
workflowAttributes
current-item-display-name
end-date
name
href
id
state
relations
current-item-for-display
business-state
outputParameters
The request is successful
The request is invalid(validation error)
The user is not authorized
Cannot find a workflow with the specified ID or the user does not have 'read' access rights for that workflow
curl -X POST -H 'Authorization: <value>' https://{api_host}/vco/api/workflows/{workflowId}/executions