Hello,
I got the following error when sending message from device (MQTTclient):
here is the message sent from the client:
- topic : zeebe/grpc/createWorkflowInstance
- message: {"bpmnProcessId": "ExampleWorkflow"}
The error when receiving the message in the mqtt-bridge side:
File ".\zeebe-mqtt-bridge.py", line 54, in createWorkflowInstance
self.stub.CreateWorkflowInstance(
AttributeError: 'GatewayStub' object has no attribute 'CreateWorkflowInstance'
Thank you in advance for your help.
Hello,
I got the following error when sending message from device (MQTTclient):
here is the message sent from the client:
The error when receiving the message in the mqtt-bridge side:
File ".\zeebe-mqtt-bridge.py", line 54, in createWorkflowInstance
self.stub.CreateWorkflowInstance(
AttributeError: 'GatewayStub' object has no attribute 'CreateWorkflowInstance'
Thank you in advance for your help.