Start a process in a specific user task in sub process

Hi all,
In order to migrate ongoing business entity to new camunda bpmn, we need to start the process in a user task X that is in a sub sub process
our main process A call a sub process B with call a sub process C, the target user task X is in the sub process C.
We don’t want to start A and complete tasks one by to one to get to target because this will all side effects before X.
Is there any way to do this properly ?

Regards

Hi @sfaxianovic,

This is possible with process instance modification.

Your setup is described here: Process Instance Modification | docs.camunda.org

But it may be worth to read the complete section as well.

Hope this helps, Ingo