Process disconnected from parent during migration

When trying to access the ‘Called Process Instances’ for a process I recieved the attached error. Its possible this is a result of migration of the child process.
Is there anything to do in this situation except delete all processes?


Camunda 7.8

The parent process is now hanging because is it waiting for the result of the child process which is disconnected

In version 7.11
Migrating a child process of a parent call activity shouldn’t cause any issues. The reason for this is that the execution properties of the child process get migrated as well. This helps avoid losing the parent/child relation.