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