camunda-community-hub / zeebe-client-node-js

Node.js client library for Zeebe Microservices Orchestration Engine
https://camunda-community-hub.github.io/zeebe-client-node-js/
Apache License 2.0
152 stars 38 forks source link

Add support for MigrateProcessInstance #346

Closed jwulf closed 7 months ago

jwulf commented 11 months ago

A future release of Zeebe will support migrating a running process instance to a newer version of the process model. Simple process migration is targeted for 8.4.

The client API for this has been added in stub form with this PR: https://github.com/camunda/zeebe/pull/15199.

Add this API stub to the Zeebe Node client.

jwulf commented 7 months ago

Now tracked here: https://github.com/camunda-community-hub/camunda-8-js-sdk/issues/49