Pagination in Tasklist API to retrieve all tasks

Hello Camunda team!

I use Tasklist API to retrieve all tasks from the Tasklist. But I recogonize that API gets all tasks without any filtering for process variables (only for some specific variables like userIds and due dates) and pagination. For my purpose that is not OK as I expect that a lot of tasks can be asigned for one user.

So my question is do you plan to develop pagination functionality for Tasklist API?

And the second one I read that you were planning to release filtering by any peocess variable filtering in Camunda 8.3.0. Is this true and if yes whrn should we expect to start use it?

Thank you!

Hello @mhais

So my question is do you plan to develop pagination functionality for Tasklist API?

The Tasklist API already supports pagination when searching tasks using the params pageSize, searchAfter, searchAfterOrEqual, searchBefore and searchBeforeOrEqual [1] [2]

And the second one I read that you were planning to release filtering by any peocess variable filtering in Camunda 8.3.0. Is this true and if yes whrn should we expect to start use it?

That’s correct, search by process variables will be included on 8.3.0 which is scheduled to be released in October

1 Like

Thank you so much for your answer!