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