Hi,
I want to start a new workflow instance each time a message is sent to my SQS queue.
I followed the instructions from
I used the desktop modeler and installed the extension for SQS connectors and configured it to listen to my local SQS queue (using localstack)
It works fine when I try to send a message to my queue using amazon SQS outbound connector, but when I model a BPMN with an Amazon SQS inbound connector as a start event and deploy the model, nothing happens and no new workflow instance is created after the queue receives messages.
I attached my simple BPMN below.
diagram_3.bpmn (11.7 KB)
Did I miss something ? Or is this just not a feature yet ?
Thanks