I can use de API for find all the instance of a process:
List processInstances = graphSession.findProcessInstances(processDefinition.getId());
With this sentence I load ALL the instance in the list, is there any way to load the
instances wich are in a particular state?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993002#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...