Claim UserTask
POST/:tenant_id/tasks/:wf_run_id/:user_task_guid/claim
Claims a UserTaskRun by assigning it to the requester user.
Request
Responses
- 204
- 400
- 401
- 404
- 409
- 412
No Content
Field(s) passed in is/are invalid, or no userId nor userGroup are passed in.
Tenant Id is not valid. It could also be triggered when given admin user does not have permissions to assign users/userGroups to the requested UserTask.
No UserTask data was found in LH Server using the given params.
UserTask cannot be claimed.
Failed at a LittleHorse server condition.