query tasks - repeat parameters - rest api

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2014 11:06 AM
I want to retrieve a list of tasks whose "candidateGroup" is listed in the parameter "candidateGroup".
Something like this:
http://andric:8888/activiti-rest/service/runtime/tasks?candidateGroup=group1,group2
The java api seems to have such an option "candidateGroupIn", but is not reflected in the rest api.
I found a possible solution..
http://forums.activiti.org/content/and-condition-candidategroup
http://jira.codehaus.org/browse/ACT-1448
..that would make "candidateGroup" an expression, but it does not work:
http://andric:8888/activiti-rest/service/runtime/tasks?candidateGroup=group1|group2
Any idea?
Something like this:
http://andric:8888/activiti-rest/service/runtime/tasks?candidateGroup=group1,group2
The java api seems to have such an option "candidateGroupIn", but is not reflected in the rest api.
I found a possible solution..
http://forums.activiti.org/content/and-condition-candidategroup
http://jira.codehaus.org/browse/ACT-1448
..that would make "candidateGroup" an expression, but it does not work:
http://andric:8888/activiti-rest/service/runtime/tasks?candidateGroup=group1|group2
Any idea?
Labels:
- Labels:
-
Archive
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2014 10:47 AM
Don't understand your point.
We should add support in the REST API for this. Would that solve your issue?
Best regards,
We should add support in the REST API for this. Would that solve your issue?
Best regards,

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2014 12:42 PM
It would indeed 😉

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2014 04:18 AM
Good point. Could you create a JIRA issue for this?
Thanks,
Thanks,

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2014 04:27 PM
I would if I knew how to create an account in https://jira.codehaus.org/secure/Dashboard.jspa

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2014 04:37 PM

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2014 02:46 AM
