Get UserTask details
GET/:tenant_id/admin/tasks/:wf_run_id/:user_task_guid
Gets a UserTask's details, including its definition (UserTaskDef) and events.
Request
Responses
- 200
- 401
- 403
- 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.
Not enough privileges to access this resource.
No UserTask/UserTaskDef data was found in LH Server using the given params.