Hello,
I am programmatically deploying process definitions on application startup. I have restarted my application about 3 times now and i have noticed that there are 3 process definitions deployed for the same process.
So my question essentially is as follows:
1. How can i avoid deploying the same process again on application startup.
2. An exception to 1 above is re-deploying in the case of process definition change. How?
3. If a process has been deployed already and a process instance has been initiated, if you deploy an update to the process definition does that in any way affect on going process instances?
Many thanks for you help in advance.