Start process by workspace and code
Request
POST /pub/v1/bpm/template/{namespace}/{code}/run
Path parameters
Parameter name | Value | Description | Additional |
---|---|---|---|
namespace | string | Workspace code |
Required |
code | string | Process code |
Required |
Request body
The resource sent in the request body is Start process by workspace and code — Request. It contains 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 workspace and code) |
429 | The process start limit has been reached |