Migration From Pega to Camunda

Hi Community Folk,

Every now and then we get questions about how to migrate away from legacy BPM systems to Camunda.
@Beagler from the Camunda constulting team has written up a really good post how he has managed to migrate away from Pega.

You can read more about it on the Camunda blog.

3 Likes

@Niall what about data migration ? how can we migrate pega workflows data to camunda schema?

Hi @nitish_kumar,

Data migration is a very difficult task.

Most users run two installations in parallel, start new process instance only in the Camunda engine and run pega until all processes are completed and can be switched off.

You can also use the process instance modification API to start process instances in Camunda somewhere else than in the start event: Process Instance Modification | docs.camunda.org. Here you have provide all required process variables.

Hope this helps, Ingo

1 Like

Hi @Niall,
i experimented on ‘Pega to Camunda’ that mentioned in the Blog, but it converts very minimal basic conversion only (around 5%). do we have any other way that considers all the scenarios?