1 Reply Latest reply on Sep 14, 2005 1:47 AM by kukeltje

    Pagination

    julian_k

      Hi all,

      After looking at the APIs and searching the forums, I have not seen a strategy for pagination of results in the jBPM API when retrieving tasks or active process instances. Is there a suggested strategy for achieving offset and limited results for pagination?

      Thanks,
      Julian

        • 1. Re: Pagination
          kukeltje

          currently there is no option in jbpm. You can do it in the ui or use custom hibernate queries, but in either case you have to create it yourself.