Migrate Process Instance

hello how can i migrates a process instance to a new process definition, with spring boot and camunda 8.5

You can do it in Operate or via the API. You can read details on it here: https://camunda.com/blog/2024/04/camunda-8-5-release/#h.f85t8sqt8b7s

hi @Niall i want to implement in my code

Hi @Rabeb_Abid
Take a look at this documentation MigrateProcessInstance RPC

Regards,
Alex