Hello,
we are implementing new system using Activiti and there is a requirement, to migrate all historic data from the old system. What would be the best way to perform migration?
For example, there is a Activiti bpmn process to issue some kind of licence. When the process is executed, I can collect all historic (applicant name, licence issue date, revocation date, etc) data using Activiti history service. And there is historic data in legacy system, which must be migrated to the new system based on Activiti. Any recommendation, how it might be done? Writing sql statements and inserting data directly to act_hi_* tables doesn't look like a good approach..
Thanks.