Ah ok I see. Well I saw I complicated things anyway. There seems to be a findActiveNodesByProcessInstance() in the GraphSession
So combining that with getGraphSession().findProcessInstances(processDefinitionId), which returns you a list of processes, you could get the list you are looking for. Otherwise have a look in hibernate.queries.hbm.xml file and make your own hql with those used by the above mentioned methods. Good luck, Johan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116799#4116799 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116799 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
