cancel
Showing results for 
Search instead for 
Did you mean: 

get summary task for candidate group

suseno
Champ on-the-rise
Champ on-the-rise
Hi,

Is it possible to grab summary information (total task) for each candidate group ?


regards

suseno



5 REPLIES 5

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Suseno,

You can use http://www.activiti.org/userguide/#queryAPI for that.

Regards
Martin

suseno
Champ on-the-rise
Champ on-the-rise
Hi Martin,

Thanks for the URL Link.
How to use query Api using REST Service ?


regards

suseno

jbarrez
Star Contributor
Star Contributor
With a bit of Gooling … it's in the user guide. For example http://activiti.org/userguide/index.html#_tasks_2

suseno
Champ on-the-rise
Champ on-the-rise
Hi joram,

CMIIW, in the previous version of activiti there is REST function to get TASK Summary .
I have designed application using this function and now  i need similar funtion like this.


jbarrez
Star Contributor
Star Contributor
> CMIIW, in the previous version of activiti there is REST function to get TASK Summary .

No idea, i don't know all the details of the framework from the top of my head Smiley Tongue
If you think it was there, what was the REST url? Afaik, no endpoints have been removed.