Hide Forgot
in some BPM use cases, thousands of tasks could be assigned to a single groupId. currently, the TaskServiceSession.getTasksAssignedAsPotentialOwner method returns the full result set of instantiated TaskSummary objects. Recommend that SQL pagination be built into this query so as to limit the result set to a configurable size. Default page size could be about 20 if none is specified by the invoking client.
please see new overloaded 'getTasksAssignedAsPotentialOwner' method in the following : https://github.com/jbride/jbpm/blob/gbd/jbpm-human-task/src/main/java/org/jbpm/task/service/TaskServiceSession.java