I removed the output attribute of start flow node, but unfortunately ‘sensorId’ is still received as null in job worker.
I am not sure why things are not working out of box for me. iccc.bpmn (3.1 KB)
But what I want to achieve is to model start event as a message event. It is so because I have a mqtt listener which receives mqtt event and as i want to keep it running so I cant have it as a camunda task. So I plan to have start event of my process as a message event, which would be triggered from my mqtt listener for every mqtt event.
Is it possible? I see we have a kafka connector in Camunda, but not mqtt connector.
In my case I start a workflow by zeebe client api in a Scheduled method of SpringBoot. I think you can do it in your listener.
I don’t know if there is a better way.
Please remember to mark a thread as solved by marking the appropriate post as the solution. Since you’ve started a different thread on the MQTT Messages start portion of your issue, this thread seems to be complete.