Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties
hiddentrue
idDONE

Product Version
Report Note
Assignee

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje18 MAY 20212021 SummerPage created.


...

As of Version

product version 2020 Autumn | component version 

Request MethodGET
Response FormatJSON
Description


Excerpt

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

Code Block
languageyml
titlerequest body
{
  "attachments": [
    "string"
  ],
  "businessKey": "string",
  "name": "string",
  "processDefinitionKey": "string",
  "subject": "string",
  "variables": [
    {
      "name": "string",
      "scope": "string",
      "type": "string",
      "value": {}
    }
  ]
}


Response Example

200 OK

Code Block
languageyml
titleresponse body
{}