I want to ask is there any history table in camunda that saving start date time and end date time of each activity/task completed. I use community version right now, is it possible to get that data if I use community version?and if yes in which table or some configuration that must I use to get the data?
Back in the days I exported these kind of metrics via Prometheus to Grafana in order to visualise them. You can find some pretty nice examples by @StephenOTT!
Besides you could of course query the historic database or use the rest api.
Let me know if that answers your question!