camunda/camunda-8-js-sdk

Remove deployProcess method from ZeebeGrpcClient

jwulf opened this issue · 1 comments

deployProcess is deprecated and has been replaced by deployResource.

This will impact the tests, which use a lot of deployProcess.

The DeployProcess method of the Zeebe RPC API is deprecated, and it does not behave the same as the DeployResource API in the multi-tenant setup.

Removing DeployProcess now.