Migrating instances in the same process version

Is there a way where I can migrate a process instance from one process version to the SAME version?

My objective here would be recreating a new instance based on one that is currently being executed (then delete the old one) but skipping steps that have already been completed and shouldn’t be started again.

Generate Migration Plan | docs.camunda.org

Hi,

yes, that is possible, programmatically and manually via Camunda Cockpit.
At Camunda, we call this Process Instance Modification.
You can find more information in our docs:

(Edit: added the right documentation for the cockpit)

3 Likes