Hi Team,
When I try to migrate my application from Camunda 7.18 to 7.19 using this documentation (Update from 7.18 to 7.19 | docs.camunda.org). After migrating what will happed if some of the process instances are in InProgress.
How those will get migrated into latest one ?
And looking the steps with Spring boot with Java application
You can shoot down your services (camunda/database) so that no instance or process changes during the execution of the version migration scripts.
After taking down the services, you can update as described in the documentation, and after this you can upload your services again, and the instances that were in progress will continue in the same place they were, as the update scripts already take care of backward compatibility between versions.
NOTE.: Don’t forget to keep a backup of your database saved in case any problems occur.