Skip to main content
These documents provide instructions to update a Java project or an ASEE Flow installation to a new version. For what changed in each release, see Release Notes.

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.
Coming from an older Camunda version? ASEE Flow 1.0 corresponds to Camunda Platform 7.24, so it does not repeat the intermediate Camunda version-to-version migration steps. First update your Camunda Platform 7 installation to 7.24 using Camunda’s documented update procedures, then switch to ASEE Flow.See the Camunda update guides at docs.camunda.org/manual/7.24/update.

ASEE Flow update guides

Depending on which update you want to perform, choose one of the following: