io.grpc.StatusRuntimeException: NOT_FOUND: Command 'CREATE_WITH_AWAITING_RESULT' rejected with code 'NOT_FOUND'

Hi

I am trying to use Zeebe client API: create process instance with result API


but getting below exception that the process id is not found

in the same cluster I am able to start it via create process instance API.

Please suggest if I need to add any config to make it work

here I am trying make a Sync call to zeebe and get response

Hi, and welcome to the forum!

The tenant is not the same between the two calls.
It’s possible that that Process Definition doesn’t exist for the tenant that you are using in the first call.

Try making the same call between the two cases, changing JUST the “with results”