Move transactions from one microservice to other microservice

Hi,

We have two different microservices with the same process definitions and code. Everything is same in those microservices except their names and the resources they use (DB). I know that there is a way to migrate transactions from one process defintion version to another. But I want to know if there a way to move currently running transactions in one of the microservice to the other one without affecting the transactions.