ProcessId maximum value

Hi All,

If I am adding this value in application properties file, for generating human readable IDs …

camunda.bpm.id-generator=SIMPLE

How can I check the max and the min values that engine going to generate. Where is the configuration defined.

Hi @Buddhi_Sagar_Tiwari,

it uses this class: camunda-bpm-platform/DbIdGenerator.java at master · camunda/camunda-bpm-platform · GitHub

Hope this helps, Ingo