New Version of deployment when multiple developers start the engine in their PC

New Version of deployment in the DB when multiple developers start the engine in their PC. Anybody came across this issue.

Ex: When 4 developers are working in dev its creating 4 versions of the same workflow in the DB.

Hi @phaniatluri,

I have seen this issue when a group of developers use a shared database. We overcame this problem by using the H2 database on the developers computers and switch to a “real” database for integration test setup.

Hope this helps, Ingo