[jbpm-users] [jBPM Users] - Re: [jbpm 4.2] Finding a Process Instance

saraswati.santanu do-not-reply at jboss.com
Wed Dec 2 13:18:01 EST 2009


org.jbpm.api.ProcessInstanceQuery is the class you should be using.


  | ProcessInstanceQuery query = new ProcessInstanceQueryImpl();
  | List<ProcessInstance> list = query.processDefinitionId("procesDefinitionId").list();
  | 

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

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


More information about the jbpm-users mailing list