2 Replies Latest reply on Dec 18, 2009 4:21 AM by jbarrez

    List of Tasks assigned to a user

    raghavarapu

      Hi,

      In jbpm4.1 is there any method that can find out the list of tasks assigned to a particular user? In the examples, I could find out,

      taskService.findPersonalTasks("username");

      but this extends the class, JbpmTestCase, which may not be used in the actual production code. So, is there any method that could give the list of tasks that are assigned to a particular user.

      Please help me.