[jboss-user] [JBoss jBPM] - Re: Listing Active Taskings on a Workflow

numbers2 do-not-reply at jboss.com
Thu Feb 26 14:38:22 EST 2009


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



More information about the jboss-user mailing list