Hi,
I have some process instance which I need to migrate them in a sperate database
Is there any procedure to follow to export / import process instance ? so they can be resumed in the new camunda engine
Regards
Hi,
I have some process instance which I need to migrate them in a sperate database
Is there any procedure to follow to export / import process instance ? so they can be resumed in the new camunda engine
Regards
Can you explain a little more about why you’d like to do this?
Actually we have developed many process for different business case in the same camunda engine.
As the application Scale we have to split our process on different Bounded context in different application /database.
The application is running on production, so we need to keep process instance on the same status after the migration.
Regards
Have you already tried to scale this by just starting up a new engine and pointing it at the same Database , that should give you some additional resources, depending on where your bottleneck is.
If not then it shouldn’t been too complicated… you could copy the database and then remove all of the instances and definitions that you don’t want to have on the second engine.