Share all details related to your problem, including any error messages you may have received.
how can we retrieve the name of the identity , the workflow triggered for that identity and the completion status of the task . I have used the above query but it is not showing any result and it is showing not mapped error.
select i.name,w.name,t.completionStatus
from Identity i
join i.Workflow w
join w.TaskResult t