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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to