/
POST /bpm-engine/api/tasks/{taskId}
POST /bpm-engine/api/tasks/{taskId}
As of Version | product version 2021 Autumn | component version | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Request Method | POST | ||||||||||
Response Format | JSON | ||||||||||
Description | Performs an action defined in the request body on the task specified by >> Task Actions In addition to the
Meaning of HTTP status codes:
| ||||||||||
Request Header | Content-Type: application/json | ||||||||||
Request Example | https://<host>/bpm-engine/api/tasks/8 { "action": "claim", "assignee": "userWhoClaims", "variables": [ { "name": "myVariable", "scope": "myScope", "type": "myType", "value": "test", "valueUrl": "http://...." } ] } | ||||||||||
Response Example | { "assignee": "userWhoClaims", "claimTime": "2018-04-17T10:17:43.902+0000", "createTime": "2013-04-17T10:17:43.902+0000", "description": "Task description", "formKey": "myKey", "id": 8, "name": "My task", "parentTaskId": "null", "processDefinitionId": 123, "processInstanceId": 123, "suspended": true, "variables": [ { "name": "myVariable", "scope": "myScope", "type": "myType", "value": "test", "valueUrl": "http://...." } ] } |
, multiple selections available,
Related content
BPM Engine Endpoints
BPM Engine Endpoints
More like this
BPM-ADMIN-UI Service
BPM-ADMIN-UI Service
More like this
Update Content
Update Content
More like this
Retrieval of Content by ID
Retrieval of Content by ID
More like this
Authentication Flow (Application)
Authentication Flow (Application)
More like this
GET /api/system/systemhooks
GET /api/system/systemhooks
More like this