Hi there,
I have a process which contains expanded sub process.
I am trying to migrate process instance to newer version. However, sub process stays the same version after migration, when main process is migrated successfully.
For example: I have this running process. [test:1:id]
After migration it becomes [test:2:id]. However sub process stays at [test:1:id] version
I migrate processes like this:
And Migration plan is:
definition keys here are definition ids, im just wrong with naming;
They are like test:1:id and test:2:id
I was trying to set id of sub process using .mapActivities(“sub_process”,“sub_process”)
But got exception:
There are multiple mappings for source activity id
So the question is: How to migrate process and sub process to new version?



