3 Replies Latest reply on Feb 19, 2013 4:29 PM by roxy1987

    jBPM TaskService.getTasksAssignedAsPotentialOwner  pagination method deprecated

    gonzalad

      Hello,

       

      It seems with jBPM 5.4 that the following method is deprecated (as of https://issues.jboss.org/browse/JBPM-3695)

       

       

      @Deprecated
      List<TaskSummary> getTasksAssignedAsPotentialOwner(String userId, List<String> groupIds, String language, int firstResult, int maxResult);
      

       

      Is there another way now to have a list of tasks with pagination (I could use query but it's also Deprecated)  ?

       

      Thanks