[jboss-user] [JBoss jBPM] - query process instances using filter

mpelze do-not-reply at jboss.com
Wed Jun 18 12:04:24 EDT 2008


Hello,

using the JBPM API I can query process instances using the graph session like this:

jbpmContext.getGraphSession().findProcessInstances("processDefinitionId");

Is there any possibility to add some filters to process instance queries? Filters could be "only suspended processes" or "processes where variable x is set to y" or "processes created after x".

I know that I could query the JBPM database directly but is this really the only way?


Thanks for your help,
Martin

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

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



More information about the jboss-user mailing list