JBoss Community

jBPM TaskService.getTasksAssignedAsPotentialOwner pagination method deprecated

created by gonzalad in jBPM - View the full discussion

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

Reply to this message by going to Community

Start a new discussion in jBPM at Community