How to config in file application.properties to show history of an process

Hello,
I am using Camunda embedded in Spring boot. How to config to show tracking history of an process in cockpit?
Thank you so much.

History of your process is stored in the database but the history view in cockpit is part of the Enterprise Edition of camunda so you wont be able to see it in cockpit.

If you want to access the data you can use the REST API.

In addition to @Niall input, @manhha if you would like to see history data in cockpit, you can downlaod and setup trial version of camunda ee distribution.

1 Like

Thank you so much for your reply.

Thank you so much. I have the answer from Niall.

1 Like