Get all claimed & unclaimed items for a group in Activiti
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2013 04:25 AM
How can I query all items claimed/unclaimed by user which belongs to a particular group? So I want to build an API of below format List getAllTasks4Group(String group)
The reason why I want this API is I don't have know all the users which might have acquired tasks and all these tasks belong to same group.
The reason why I want this API is I don't have know all the users which might have acquired tasks and all these tasks belong to same group.
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2013 09:24 AM
Also, I am not using identity schema of Activiti and there by user query cannot be used in my case.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2013 09:30 AM
I think you need to do 2 queries, one to retrieve all tasks assigned to that user and one to retrieve all tasks where the group is a candidate group.
Best regards,
Best regards,
