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