GET /api-web/api/bpm/tasks/{taskId}
As of Version | product version 2020 Autumn | component version | ||||||
---|---|---|---|---|---|---|---|
Request Method | POST | ||||||
Response Format | HTTP status code | ||||||
Description | Retrieves the task specified by its Optionally, the boolean query parameter Response HTTP status codes:
| ||||||
Request Example |
| ||||||
Response Example |
response body { "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": {} } ] } |