Migration tools
Camunda is invested in supporting and easing your migration from Camunda 7 to Camunda 8 with migration tools.
Migration tools
Camunda provides the following migration tools:
| Migration tool | Description | GitHub link |
|---|---|---|
| Diagram Converter | Gain an initial understanding of migration tasks. Available for local installation (Java or Docker) or hosted as a free SaaS offering. | Migration Tooling – Diagram Converter |
| Data Migrator | Copies active Camunda 7 runtime instances to Camunda 8. History (audit) migration is available as experimental. | Migration Tooling – Data Migrator |
| Code Conversion Utilities | Mixture of code mapping tables, code conversion patterns, and automatable refactoring recipes. | Migration Tooling – Code Conversion |
Examples
| Example | Description | GitHub link |
|---|---|---|
| Simple end-to-end example | Shows all tools in action for a simple Spring Boot Java solution. | Camunda 7 to 8 migration example |