Task report filtered by task owner/ assigned group member

Certified Senior Developer

Hello All- 

There is a requirement to display all the tasks name along with other details in an interface and the data should be filtered by the task owner/ assigned group. When task owner or the user of the assigned group logs in, the user should be able to view all the details along with the tasks which are assigned to the user. 

I am using query process analytics to fetch details from a task report within read-only grid. Any advice? TIA

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    I suggest to use a slightly different approach. Trying to add a query filter that handles all the assignment and group complexity will not work.

    Use a process of type "Tasks per User". Then Appian will do all the filtering for the logged in user, including group memberships etc. If you then need to filter for tasks in specific processes, add the process model UUID to the report and filter by the models you need.

Reply
  • 0
    Certified Lead Developer

    I suggest to use a slightly different approach. Trying to add a query filter that handles all the assignment and group complexity will not work.

    Use a process of type "Tasks per User". Then Appian will do all the filtering for the logged in user, including group memberships etc. If you then need to filter for tasks in specific processes, add the process model UUID to the report and filter by the models you need.

Children