[jboss-user] [JBoss jBPM] - Re: find a process instance

salaboy21 do-not-reply at jboss.com
Mon Nov 10 07:15:56 EST 2008


The page that you mention talk about the new Public API's for jBPM.
If you want to look for processInstances by ID you should use the next method:

  | 	JbpmContext.getProcessInstance(long processInstanceId)
  |           gets a process instance from the db.
  | 
Look in the official documentation: http://docs.jboss.org/jbpm/v3/javadoc/org/jbpm/JbpmContext.html

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

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



More information about the jboss-user mailing list