Facing issue while migrating a process instance from a user task to multi instance sub process

Hi @Philipp_Ossler,

I have an issue while process instance migration, See below diagrams i want my instance to migrate from exampleProcess1 to exampleProcess2, my process instance is at User Task A currently,

exampleProcess1:
image

exampleProcess2:

I am able to migrate the instance if subprocess in exampleProcess2 is not a multi-instance, but I need it to be multi instance. Can you please guide me in migrating this instance from one bpmn to another.?