Complete
POST/external-task/:id/complete
Completes an external task by id and updates process variables.
Request
Responses
- 204
- 400
- 404
- 500
Request successful.
Returned if the task's most recent lock was not acquired by the provided worker. 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.
Returned if the corresponding process instance could not be resumed successfully. See the Introduction for the error response format.