Camunda Connect
Deployments
Description of deployments as requested.
Dev Deployments
- Stop the CELUM app server service
- Stop the Camunda service
- Update the Camunda *.jar-File
- Update the Camunda connector for CELUM (either core or customized extension)
- Delete the Camunda tables in the Camunda database
- Start the Camunda service
- Start the CELUM app server service
- Run the "Camunda > User and Group Sync Sanitize" system task in CELUM
Prod Deployments
- Stop the CELUM app server service
- Stop the Camunda service
- Update the Camunda *.jar-File
- Start the Camunda service
- Migrate the running process instances if required (or skip this step and let them complete using the old process definition)
- Update the Camunda connector for CELUM (either core or customized extension)
- Start the CELUM app server service
- If the process instances weren't migrated wait until all old process instances have finished and then do a clean-up of the stuff in CELUM that was only needed for the previous process definition and is removable now (e.g. information fields that aren't needed anymore)