I work on an application which uses JBPM
I use the method :
| JbpmContext.getTaskMgmtSession().findPooledTaskInstances(List);
|
to find a list of ProcessInstance.
Before, i had 20 or 30 ProcessInstance and it worked fine
But today I have 1200 ProcessInstance and it's very slow (several seconds)
Is it normal?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038822#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...