As title
I want the operator to move six items at a time, and send to same Queue
So I set batch logic at front Queue and set Use Transport.
the result is that the six items will be sent to different Queue by turns.
However, if I cancel using transport, the six items will be sent to First Queue.
how can I modify my model?