How to get the completed task report in Camunda

Hi, I want to generate Camunda report like below
Active task/Completed tasks/failed task

Please help me how to get the data.
Am using SpringBoot application

Hi @anji87543

the easiest would be probably to use Optimize for this:

There you can simply create reports on the fly in the user interface.

Best
Felix

1 Like

Thanks Felix. Let me check