[jboss-user] [JBoss jBPM] - Re: Get all the process definitions

bertrand.njiipwo do-not-reply at jboss.com
Wed Jan 17 07:52:04 EST 2007


Hi Srsuarez,

Get first the GraphSession object. From this call the findAllProcessDefinitionVersion() method with the specify name of the BPEL-process definition:

 org.jbpm.db.GraphSession graphSession = jbpmContext.getGraphSession(); 
  graphSession.findAllProcessDefinitionVersions("bpelProcessDef");


So i hope it's help.

Bertrand

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

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



More information about the jboss-user mailing list