Task List

Hi all,

I want to display all the tasks which are assigned to xyz groups.I have used process report for the same and also getting the task lists which are assigned to that xyz group and also getting same task more than 4 times for the same assignee.  Can someone suggest on the same?

Thanks in advance.

  Discussion posts and replies are publicly visible

Parents Reply Children
  • No, you will not need to hard code context in the report config, this will be filtered in a!queryProcessAnalytics() with contextGroups.  If you are reporting in tasks assigned to groups, you may want to just create a new report Process Report of type Task, context type Tasks assigned to group - assuming your report is currently Tasks assigned to User (since you seem to have a user picker when you open the context):

  • Okay thanks for the suggestion but i have created the new process report of the same type that u have mentioned and i have given report context as groups which I needed,but the thing is that I am getting the tasks which is only assigned to manager group,what might be the reason that I didn't get the other users task list(i e group of maker and checker)?