How to set time format for Camunda engine

Viewed 71

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.

0 Answers
Related