Neverminds I got it.  For anyone interested in this in the 

//This gets the Process Definition ID of the process that is running
long id = executionContext.getProcessDefinition().getId();

//This grabs a list of all the process instances
List pis = 
executionContext.getJbpmContext().getGraphSession().findProcessInstances(id);

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213506#4213506

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213506
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to