Hello, I would like to move objects from a queue to another queue but I want to the queue to pull objects until the number of items is less than a certain quantity let's say 5 for example. also I have the operator moving the items between both queues. I want also to model the time between the two queues . which means the transportation time between both queues and that is why i tried to mel it by the operator. the problem is that i don't know how to model the fact that the operator picks the products just when the quantity in the queue is less than a certain number. please find below my model . i would appreciate it if somebody can help me with that.