Hi,
I would like to know if there is an api to move my instance from one stage to another within the same version of the flow?
Could I use this? Execute Migration Plan | docs.camunda.org
Hi,
I would like to know if there is an api to move my instance from one stage to another within the same version of the flow?
Could I use this? Execute Migration Plan | docs.camunda.org
AFAIK this migrates process instances from one model to another, but still within the same process DB.
Hi @CRA,
what do mean with “stage”?
In Camunda you can move the token from one activity to another in the process instance: https://docs.camunda.org/manual/7.12/user-guide/process-engine/process-instance-modification/
Or you can migrate a process instance from one process model to another process model (mostly a higher version): https://docs.camunda.org/manual/7.12/user-guide/process-engine/process-instance-migration/
Hope this helps, Ingo
Yes, that was looking to move the token from one activity to another, but this worked: https://docs.camunda.org/manual/7.9/reference/rest/modification/post-modification-sync/