Id generator

Hi All,

I need to generate the process IDs or task IDs in human readable form ( i instead of alpha numeric codes. How can I configure this property in spring boot project.

Hi @Buddhi_Sagar_Tiwari,

there is a plugin for the Camunda Modeler available as a community extension: GitHub - camunda-community-hub/camunda-modeler-plugin-rename-technical-ids

Unfortunately, the CSS styles need some adjustment for the latest Modeler version.

But the code can serve as inspiration and we are happy to accept pull requests.

Hope this helps, Ingo