ollixx / node-red-contrib-components

reusable flows with a well defined api
MIT License
8 stars 9 forks source link

fixed bug in StartNode #28

Closed ollixx closed 2 years ago

ollixx commented 2 years ago

StartNode was always broadcasting events to RunNodes. It should only do so, if there is no attached ReturnNodes. The method to find the ReturnNodes was a major fail, as it basically never found return nodes. That got fixed.