priority-model-revisited.fsmIn my simulation, I have two sources with different flowitems. On exit at the sources of the flowitems, the sources set a label called "priority" in the flowitem. After the flowitem is placed on the first queue the operator should take the flowitem with higher priority label. Because I used the pull strategy in the following queue. I used best "Pull Best Item" with a custom label, in this case: priority. Now when I run the simulation the operator does not always take the correct item. The longer the simulation runs, the more errors occur. But if I use a processor without a queue in front and implement the pull strategy directly in the processor, the operator works correclty. Can someone help me? I dont want the operator to wait at the processor to collect the next flowitem and I want to use queues. Thanks a lot.