hi,
I’m using bonita studio 6.2.6 and would like to know how to get the number of open cases about a process .
thank you so much
hi,
I’m using bonita studio 6.2.6 and would like to know how to get the number of open cases about a process .
thank you so much
Hi r.mualaba,
Using the JAVA API you could use the processAPI.getNumberOfOpenedActivityInstances(getNumberOfOpenedActivityInstances) method, while using the REST API you can easily do it in this way:
For more information on how to use the rest apis and their examples, I suggest you the see the doc: http://documentation.bonitasoft.com/product-bos-sp/web-rest-api-0
Cheers,
Fabio
Hi r.mualaba, just a quick question, would you like to use the REST API or the java API? in which environment are you developing?
hi @fabio, i would like to use the REST API, i’m developing in a subscribed edition 6.2.6 studio
according to you what’s the easiest of way to make it REST API or java API?
thank you one more time