Hi, in the attached model, the Queue7 should send batch of boxes (batch size=2) to the separators in a round robin fashion (first separator&2, then separator 3&4, etc.). However, the separators can accept boxes only when their following queue is empty.
I tried to implement this logic as a Pull Strategy in the separators by the following code:
However, after one round of operation the separators stop accepting boxes. I would appreciate any help.Thanks