Globale Task List
Hi
I would like to have a Tasklist with all Tasks that are allocated to Users, without System Tasks. I tried something, but it wont work:
IQueryResult queryResult = ivy.wf.findTasks(null, PropertyOrder.create(TaskProperty.START_TIMESTAMP, OrderDirection.ASCENDING),
0, -1, true);
I am getting a PermissionDeniedException.
Best regards Florian