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.
HI I don't see the option to add the process model column:
Create a new colum (New data), in your report, and check in the left side of the window the information available...
Click on +New Data -> Definition(Expression editor) and then
Thank you and now I need to hide this in my interface, but still use it to filter
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?
Shwapx said:now I need to hide this in my interface
It wouldn't show up at all in your interface unless you specifically added it there, for some reason.
Make the constant of type "list of process model". Appian will then automatically use the process model ids to make the compare.