Issues while migrating a process instance from one process definition version to another

Hi,

I was trying to migrate a running process instance from its older version to an updated version using REST API call when I came across some errors. I would appreciate if anybody could help me with understanding the same.

Please share your insights on the same.

Thanks and Regards,
Aakanksha

Hi Aakanksha,

In the request body, you have processInstanceQuery : {}. This is a query with no filters, i.e. all process instances are migrated. You can change that to processInstanceQuery : null and try again.

Cheers,
Thorben

Thank you for the suggestion. That worked.

Regards,
Aakanksha