8 Replies Latest reply on Apr 18, 2008 2:04 PM by jue

    j4j:listTasksForActor and j4j:listPooledTasks ?

    rainhust

      the j4j:listTasksForActor tag can list the actor's task.
      the code is :
      jbpmContext.getTaskMgmtSession().findTaskInstances(username);

      if i want get the pooled Tasks ,
      jbpmContext.getTaskMgmtSession().findPooledTaskInstances(username)
      how to do this ,using the jbpm4jsf tags.

      i cannot find the listPooledTasks.