In the attached model, in the onReset trigger of the queue, I generated two red boxes, released them through port 1, generated two blue boxes and released them through port 2. However, the second red box exits through port 2 even though it was released to port 1. And the the boxes don't exit in the same order they are released (the brown boxes exit before the second blue box). I was wondering how to guarantee that the boxes
always exits through a specified port in the order they are released? Note that I am using a BasicFR in the actual model (I used a queue in the model for better illustration). So any queue specific solution won't apply to my use case.
Any help is appreciated!
Here is the same model using a BasicFR instead:
I would like the flow item generated in BasicFR to be released to a certain port in the order they are released.