I want a transporter to get eight boxes from a queue, take them to a sink and come back to the queue to repeat the process. The problem is that when the transporter unload the boxes, it remains waiting by the sink until the queue stores eight boxes again, but I want it to return and wait by the queue.
Thanks