Everything within this section is only visible while editing. Use Page Properties ID "STUB", "REFACTURE", "PROGRESS", "rDEV", "rDOC", "rLANG" and "DONE".

Everything contained within the table is displayed in the (INTERNAL) Reports page.

Product Version
Report Note
Assignee

Resources & Remarks

Links, Pictures, whatever

Modification History

Add a new line to this table and fill it whenever you edit the page.

NameDateProduct VersionAction
Antje18 MAY 20212021 SummerPage created.



As of Version

product version 2020 Autumn | component versionĀ 

Request MethodGET
Response FormatJSON
Description


Creates a process instance specified by the data passed as JSON in the request body.

Response HTTP status codes:

HTTP Status CodeMeaning
200OK
401Unauthorized


Request Example

https://<host>/api-web/api/bpm/process/instances

{
  "attachments": [
    "string"
  ],
  "businessKey": "string",
  "name": "string",
  "processDefinitionKey": "string",
  "subject": "string",
  "variables": [
    {
      "name": "string",
      "scope": "string",
      "type": "string",
      "value": {}
    }
  ]
}


Response Example

200 OK

{}