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.
Antje28 NOV 20222022 Winteradd briefrepresentation



As of Version

product version 2020 Autumn | component version 

Request MethodPOST
Response FormatHTTP status code
Description


Retrieves the task specified by its taskId.


Optionally, the boolean query parameters includeProcessVariables and briefRepresentation can be specified. For details see GET /api-web/api/bpm/tasks.

Response HTTP status codes:

HTTP Status CodeMeaning
200The action was executed.
404

The specified task was not found.


Request Example

https://<host>/api-web/api/bpm/tasks/4345abc-acb3485739-ef3

Response Example

200 OK

{
  "assignee": {
    "id": "string",
    "title": "string"
  },
  "attachments": [
    "string"
  ],
  "claimTime": "string",
  "createTime": "string",
  "description": "string",
  "formKey": "string",
  "id": "string",
  "initiator": {
    "id": "string",
    "title": "string"
  },
  "name": "string",
  "owner": {
    "id": "string",
    "title": "string"
  },
  "parentTaskId": "string",
  "processDefinition": {
    "description": "string",
    "id": "string",
    "idPrefix": "string",
    "name": "string"
  },
  "subject": "string",
  "suspended": true,
  "variables": [
    {
      "name": "string",
      "scope": "string",
      "type": "string",
      "value": {}
    }
  ]
}