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