How to set time format for Camunda engine

The Camunda engine of my app writes history of activities/processes (to DB, i use mysql) with precision of seconds: activities history table

But it’s necessary to store it with milliseconds accuracy. There is no such property in engine config doc, but i definitely know, that Camunda can use msec too.

Appreciate any ideas.

Hi @raliev
What version of MySQL do you use?
You might need to update it to version higher than 5.6.4.
See the details at CAM-5183

Regards,
Alex

1 Like