How to add the Process version tag and how to implement that in BPMN file and in java

How to add the Process version tag and how to implement that in BPMN file and in java

Hey @vinodgaikwad,
in Camunda Platform 7 you can do so very easily in the Modeler application. If you select the whole process you can set the version tag in the properties panel right in the general section.
You can find a screenshot about this below.

image

Let me know if you have any further questions!
Best,
Thomas

hi @Hafflgav can we set auto increment this ? how can we manage it in our java applications ? any leads available ? or every time we need to set that up?

By default, whenever you deploy a changed process model to your engine the version is updated. This is visible in Camunda Cockpit.
You can gain some more flexibility through the version tag.
Have you seen the documentation about it?