Unlock
POST/external-task/:id/unlock
Unlocks an external task by id. Clears the task's lock expiration time and worker id.
Request
Responses
- 204
- 404
Request successful.
Returned if the task does not exist. This could indicate a wrong task id as well as a cancelled task, e.g., due to a caught BPMN boundary event. See the Introduction for the error response format.