Complete UserTask
POST/:tenant_id/tasks/:wf_run_id/:user_task_guid/result
Completes a UserTask by making it transition to DONE status if the request is successfully processed in LittleHorse Server.
Request
Responses
- 204
- 401
- 404
No Content
Tenant Id is not valid. It could also be triggered when current user/userGroup does not have permissions to complete the requested UserTask.
No UserTask/UserTaskDef data was found in LH Server using the given params.