I have 3 types of items arrive at Queue1 by an operator (10 of each Type).
Now, I would like the same operator to move Type1 items (10) from Queue1 to Machine1. Then Type2 items (10) move to Machine2 by same operator and finally Type3 items (10) to be moved to Machine3 by same operator respectively. What is the best way to carry out this operation?