Get UserTask details
GET/:tenant_id/tasks/:wf_run_id/:user_task_guid
Gets a UserTask's details, including its definition (UserTaskDef).
Request
Responses
- 200
- 401
- 404
UserTask's details with fields defined in its UserTaskDef. Additionally, it may include results (in case it is in DONE status).
Tenant Id is not valid. It could also be triggered when current user/userGroup does not have permissions to see UserTask details.
No UserTask/UserTaskDef data was found in LH Server using the given params.