Get tasks with faceted search

Hello,

we need to have a screen with user’s tasks information.
This screen should have a panel with counters for different categories (type of process, assignement date, priority, …)
Here is our mockup.


How can we get this information directly from the Camunda engine ?

In other cases of faceted data queries on our data base, we have indexed data using elasticseach and perform a faceted search which returns all categories and counters.
Do you recommend do the same here and index tasks data in elasticsearch?

Thanks in advance

Marcel.

Hi Marcel,

using the REST API, you can get the number of tasks that fulfill a provided filter (ad-hoc) or a saved query of a filter (like in camunda tasklist).

Does this help you?

Greetings,
Philipp

thanks Phillipp, we will try it!!