[jboss-user] [JBoss jBPM] - Re: Get process definition

insumo do-not-reply at jboss.com
Sun Mar 15 21:57:13 EDT 2009


You can use any one of...
JbpmContext.getGraphSession().findAllProcessDefinitions()
JbpmContext.getGraphSession().findLatestProcessDefinitions()

JbpmContext.getGraphSession().findAllProcessDefinitionVersions(String name)
JbpmContext.getGraphSession().findLatestProcessDefinition(String name)

Cheers
Steve

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

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



More information about the jboss-user mailing list