I have a queue where set number of resources cycle through but when its empty I want to close the out port of another queue. Is it possible to do that and if so what would be the best way to write that?
I thought that I could send a message that when the subnode.length is empty it closes the port but I wasn't successful in getting that logic clear for the program. It would have to open the port as soon as it has objects in it again and continue that cycle the whole time.