4 Replies Latest reply on Apr 23, 2007 4:11 AM by kukeltje

    JBPM too slow due to too mnany process instance

    nicolemans72

      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?