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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...