Well, You could try something like:
GraphSession.findAllProcessDefinitions() and loop through these ones and get all processInstances for each processDefinition (GraphSession.findProcessInstances(long)) or you could create a custom query to retrieve them in one shot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962123#3962123 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962123 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
