POST /api-web/api/bpm/processes
As of Version | product version 2020 Autumn | component version | ||||||
---|---|---|---|---|---|---|---|
Request Method | GET | ||||||
Response Format | JSON | ||||||
Description | Creates a process instance specified by the data passed as JSON in the request body. Response HTTP status codes:
| ||||||
Request Example |
request body { "attachments": [ "string" ], "businessKey": "string", "name": "string", "processDefinitionKey": "string", "subject": "string", "variables": [ { "name": "string", "scope": "string", "type": "string", "value": {} } ] } | ||||||
Response Example |
response body {} |