Hi all,
I would like to migrate a legacy application which was built in Java to Camunda 8.
as a part of the migration, I need to migrate some existing data to new application.
The migration data include completed instances and active instances in legacy application. The important requirement is migrated data should be searchable in new application .
Please let me know how to migrate the data to new system .
I am thinking to create migration utility which will do data transformations’ according to new application and create a process instance for each record in legacy system and complete process instance programmatically by using zeebe api.
Please let me know if the I am in right direction or not ?
Thanks,
Saleem