From b8ed60a08c5318e8384ce26f50f517735506b2c4 Mon Sep 17 00:00:00 2001 From: Jonathan Lukas Date: Fri, 7 Mar 2025 14:40:41 +0100 Subject: [PATCH] Update migration-tooling.md --- .../guides/migrating-from-camunda-7/migration-tooling.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/versioned_docs/version-8.6/guides/migrating-from-camunda-7/migration-tooling.md b/versioned_docs/version-8.6/guides/migrating-from-camunda-7/migration-tooling.md index 151f1c14d0f..dcba40fcadd 100644 --- a/versioned_docs/version-8.6/guides/migrating-from-camunda-7/migration-tooling.md +++ b/versioned_docs/version-8.6/guides/migrating-from-camunda-7/migration-tooling.md @@ -57,6 +57,8 @@ Migrate currently running process instances. Running means that these process in **Requirements and limitations:** +// TODO this is an important deep link + - The Runtime Data Migrator needs to access the Camunda 7 database. - The Runtime Data Migrator needs to access Camunda 8 APIs (which means you can also use this tool when you run on SaaS). - Multiple Instance is not supported, so process instances that are currently waiting in a multiple instance task cannot be migrated and need to be moved out of that state in Camunda 7 beforehand.