I'm playing around with q-gate node and I need it to be open at the start of my testing and sometimes it gets stuck in queued state
So I added an inject node to send the message to open it and I just used to press button to sort things out
Then I got lazy and wanted it to do it automatically when I pressed deploy, so set it to inject after 1 sec but was surprised that it didn't seem to work all the time
Then I worked out that it didn't auto-inject because I'm just deploying changed nodes and so it didn't get triggered
Changing to deploying modified flows of course works
I wondering if there could be a tick box to say - do it on any type of deploy mode
Or is there another way of saving me the trivial effort of clicking the button 