Start process by template ID
Request
POST /pub/v1/bpm/template/{namespace}/{code}/run
Path parameters
Parameter name | Value | Description | Additional |
---|---|---|---|
namespace | string | Code of the workspace that contains the process |
Required |
code | string | Process code |
Required |
Request body
The request body takes a complete resource Start process by template ID - Request. Containing the following writable properties:
{
"context": {}
}
Properties
Name | Type | Description | Additional |
---|---|---|---|
context | object |
Business process context |
Optional. |
Authorization
This request requires the use of one of following authorisation methods:
API key
Response
The following HTTP status codes may be returned.
Status code | Description | Resource |
---|---|---|
200 | OK Model of the context of a running process. |
Model of the context of a running process (Start process by template ID) |