Hello all,
I have a worker 1 that takes Boxes from a conveyor and puts them on a Queue.
I have another worker 2 that puts a container on the Queue for the worker 1 to put boxes.
I want worker 1 to put boxes only when there is a container on the Queue.
The condition is token.queue.subnodes.legnth == 1 .
I tried to use Decide activity but this doesn't check the label value until it reaches 1 (it only checks it once).
Please advise.
Thanks.