Initiates a workflow
POST {{baseUrl}}/v2/processes
Initiates a workflow.
NOTE: The 'body' parameter must be used. This 'body' parameter contains a JSON string, and must be specified in the Body as a key-value pair where the key is 'body' and the value is the JSON string. See the [IMPLEMENTATION NOTES] for more details.
The following examples will provide Json Input format:{
definition
:{workflow_id
:30568,role_info
: {Role1
: 1000, Role2
: 1000}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"process_id":-64336301}