Skip to main content
Version: 8.9 (unreleased)

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 toolDescriptionGitHub link
Diagram ConverterGain 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 MigratorCopies active Camunda 7 runtime instances to Camunda 8. History (audit) migration is available as experimental.Migration Tooling – Data Migrator
Code Conversion UtilitiesMixture of code mapping tables, code conversion patterns, and automatable refactoring recipes.Migration Tooling – Code Conversion

Examples

ExampleDescriptionGitHub link
Simple end-to-end exampleShows all tools in action for a simple Spring Boot Java solution.Camunda 7 to 8 migration example