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
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.
Use a process of type "Tasks per User". Can you pls elaborate?
Yeah this is definitely the easiest way to do it. Assuming that you always want to show the loggedInUser their current tasks, all you have to do when creating your task report is:
Once you do this, the task report will automatically show all the tasks assigned to the loggedInUser, and you don't have to do any additional filtering.