Hello, the activiti user guide states the following:
Suppose we now deploy an updated version of the same process (e.g. changing some user tasks), but the id of the process definition remains the same. The process definition table will now contain the following entries:
Now, what if I deploy the same process twice, without making any changes to the model. The XML is identical. Will activiti increment the version and create a new deployed version in the database or will it ignore the call to deployment and retain the current version since nothing has changed?