Skip to main content
July 18, 2024
Solved

Tasks assigned to a user for specific application (processes)

  • July 18, 2024
  • 9 replies
  • 0 views

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.

Best answer by stefanhelzle0001

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.

9 replies

stefanhelzle0001
Brainy
July 18, 2024

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.

July 18, 2024

HI I don't see the option to add the process model column:

davidj137213
Brainy
July 18, 2024

Create a new colum (New data), in your report, and check in the left side of the window the information available...

July 18, 2024

[mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05] ,[mention:30e9241b4c1c4c17b116ff972a939045:e9ed411860ed4f2ba0265705b8793d05] 

Can we use the 'Task For Group' report and select all groups of particular application?