0 Replies Latest reply on Jun 19, 2012 11:45 AM by cljackhammer

    getTasksOwned not working with status filter

    cljackhammer

      tasks = localTaskService.getTasksOwned(

           daffyDuck, Arrays.asList(new Status[]{Status.InProgress, Status.Ready}) , "en-UK");

       

      Why is this not working. There is a task that was claimed for this user that is in "InProgress" status.