Hi
I need to force a process instance to be updated in the DB. Basically I need to pull the process variables and for particular process varaible type i need to perform custom serialisation. I know i can use objectmarshallingstrategy and this works fine for going forward but I have old process instance that needs to be migrated so that the variables are persisted in new serialised form. The issue I'm having is that I can't seem to force the process instance to be updated with new serialised variables.
Does anyone know how to do this?
Thanks