Hello I've used the open task reports to get all the tasks assigned to a user, but the problem is if the user is assigned to multiple application they can see all the tasks in that report.Is there a way to show only tasks specific to application or specific to all the process models from that application and if you can provide some example would be much appreciated.Thanks in advance.
Discussion posts and replies are publicly visible
I typically add a column showing the process model id. Then I create a constant of multiple process models, holding the model I want to focus on. In queryProcessAnalytics, I add a filter to only show tasks for the models in that constant.
I forgot to ask how you setup the constant since I've setup constant of process models in array since I have tasks from multiple process models I've created constant, but does that constant actually hold the id or?
Make the constant of type "list of process model". Appian will then automatically use the process model ids to make the compare.