Hi there, Is there ant way to retrieve history task details, of each user, groupwise…
Example:
Lets say, i have a user 'kermit' who is a member of 3 groups namely 'accounts','engineering' and 'manufacturing'… I want to retrieve the history task details of 'kermit' individually from each of his membership group…
Indentity-links aren't stored in history. There is no query you can do on history to find out a task's candidate group at the time of claiming.
However, this can be done in a custom solution, using a listener on the task (event=assignment) which writes the group-info right before claiming a task, to a variable or perhaps your won audit-table/log…