PUT /api-web/api/bpm/tasks/{taskId}
As of Version | product version 2020 Autumn | component version | ||||||||
---|---|---|---|---|---|---|---|---|---|
Request Method | POST | ||||||||
Response Format | HTTP status code | ||||||||
Description | Updates a task specified by its Response HTTP status codes:
| ||||||||
Request Example |
request body { "action": "claim", "attachments": [ "string" ], "subject": "string", "variables": [ { "name": "string", "scope": "string", "type": "string", "value": {} } ] } | ||||||||
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": {} } ] } |