[jboss-user] [JBoss jBPM] - Re: List all deployed process definitions

bradsdavis do-not-reply at jboss.com
Wed Mar 4 10:44:09 EST 2009


Grab it off of the graph session as shown below:


  | JbpmConfiguration.getInstance().createJbpmContext().getGraphSession().findAllProcessDefinitions();
  | 

Then just run over the definitions calling getName.

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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214940



More information about the jboss-user mailing list