Closed jboss-gpe closed 10 years ago
For more information about pagination in the (bpms 6) REST services, see the pagination section of the community REST docs. Unfortunately, I have update the list of operations that deal with pagination -- I don't think I've updated the list with all operations.
In principle, any operation that returns a list can be paginated.
Otherwise, feel free to send me an e-mail with questions.
As we're targeting jBPM5 with PFP, and, at least ATM, are not looking into supporting jBPM6 in PFP, can we close this issue (I'd like to keep the issue list clean :-))?
Duncan, I'd like to keep it open because it is specific to the "6.1.0" branch of PFP . 6.1.0 brach of PFP includes experimental features that build on BPMS6. This github issue is pre-fixed with: "6.1" .... indicating it is is specific to the 6.1.0 branch of PFP. Doesn't seem that github allows for a mechanism to assign issues to specific branches .... so this is the convention hack i came up. jeff
At least a few of the task queries in jbpm5 allowed for pagination. In jbpm6, seems like pagination has been moved into java code as per: org.kie.services.remote.util.Paginator.
Research what's going on with pagination in bpms6 and create appropriate BZs