Migrating running workflow instances to a new version of workflow

How do I migrate currently running instances to a new version of workflow definition?

I am looking for something like this from Camunda engine.

A reference to documentation would be useful as well.

@GuSuku there is nothing like that for Zeebe right now, as far as I am aware. That is going to come but that is still not in the roadmap. For now you can let the old instances die and always use the latest version to start new processes. Alternatively, you can start a new instance of the new version and run through it with the data from the old process until the new instance is in the state that you want.

3 Likes

See here: https://github.com/zeebe-io/zeebe/issues/3254

3 Likes