Multiple process Applications connecting to single Camunda database

@Kiran_Balakrishna there’s no duplication of ids. Process instance id, task id, and execution I’d, etc are always unique across the process engine. So there won’t be any duplication. Camunda uses Strong UUID generator for key generation (implementation based on the current time and the ethernet address of the machine it is running on).


The architecture you’re referring is the recommended architecture of camunda spring boot deployment model.


Refer this post:

2 Likes