Extend Lock
POST/external-task/:id/extendLock
Extends the timeout of the lock by a given amount of time.
Request
Responses
- 204
- 400
- 404
Request successful.
In case the new lock duration is negative or the external task is not locked by the given worker or not
locked at all, an exception of type InvalidRequestException is returned. See the
Introduction
for the error response format.
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.