The right way to deploy a new process definition version from dev to prod server

Hello…

I am working on this project, and all the development is done on my local development server.
Once I finish making changes using the modeler, what would be the right way of taking this new version, and update the old version already deployed in the production server?

Right now, I am updating the application in the development server, downloading it as a zip file, and then using it to load in the production server, but that creates a new process definition instead of updating the existing one, creating a new version.

Thank you

Hi Douglas,

that’s correct. If you want to migrate currently running process instances to the newer process definition version, use migration API. https://flowable.com/open-source/docs/bpmn/ch09-ProcessInstanceMigration/

Regards
Martin