Upgrade from Camunda 7.24
ASEE Flow 1.0 is based on Camunda Platform 7.24 and is source-compatible with it: the Java packages (org.camunda.bpm.*), the public API, your BPMN, DMN, and CMMN models, and the database schema are all unchanged.
Moving from Camunda Platform 7.24 to ASEE Flow is therefore a matter of switching the distribution and updating your Maven coordinates from org.camunda.bpm to org.aseeflow.bpm — your process models and engine code keep working, and no schema migration is required.
ASEE Flow update guides
Depending on which update you want to perform, choose one of the following:- Minor Version Update — Update between minor versions.
- Spring Boot Starter Migration and Update — Update the Spring Boot Starter.
- Patch Level Update — Apply a patch-level update.
- Rolling Update — Update with zero downtime.