2 Replies Latest reply on Mar 12, 2011 1:09 PM by davidfdr.davidfdr.gmail.com

    JBPM performance issues (Business Process)

    davidfdr.davidfdr.gmail.com
      I am using seam + jpdl and jbpm to make my workflow app.

      I want to know if seam has any built in component capable to make the tasks and process pagination.

      I want only show the last 20 taks from the #{pooledTaskInstanceList} and las 20 new process #{processInstanceList}.

      If not, I think that use jbpm  + seam integration will be impossible since my APP creates a minimum of 1000 tasks / day to almost 700 users.

      Allways show the full task list will be impossible.


      Any hints?