Start a workflow
put/flows/{decisionId}/revisions/{revisionId}/workflows
Starts a new workflow for the specified decision revision.
1{2 "id": "string",3 "name": "string",4 "description": "string",5 "rootId": "string",6 "parentId": "string",7 "parentCallActivityId": "string",8 "definitionId": "string",9 "definitionRevision": 0,10 "state": "string",11 "links": [12 {13 "method": "string",14 "rel": "string",15 "uri": "string",16 "href": "string",17 "title": "string",18 "type": "string",19 "itemType": "string",20 "responseType": "string",21 "responseItemType": "string"22 }23 ],24 "version": 025}
Name | Type | Required | Description |
---|---|---|---|
decisionId | string | true | The identifier for the decision. Examples: "094078e7-278a-4719-a704-6e5e65af29ee" |
revisionId | string | true | The identifier for the decision revision. Examples: "cd942f3c-60a0-4b16-9184-4cb8921fb0eb" |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The workflow was started successfully. | Headers | Schema |
400 | Bad Request | The request was invalid. | Headers | Schema |
404 | Not Found | The specified decision or revision was not found. | Headers | Schema |
500 | Internal Server Error | An error occurred while starting the workflow. | Headers | Schema |