Hi all,
how can I send items from one specific processor into a queue and prioritize them before another queue?
In my model the items go from processor 1 to processor 3. Processor 3 decides if the item gets into the processor 4 or directly into the queue 2. The items from processor 4 go later also in queue 2.
If the items from processor 4 leave the processor 10 and go in the queue 3, I want that the items dont go to the "normal queue". They should go to the "priority queue" (only the items that come from processor 4). Those are prioritized and should "overtake" the items of the normal queue.
If there are items in the "normal queue" and in the "priority queue" at the same time, the items of "priority queue" should always go into queue 4 first.
Is therefore a specific setting excisting?
Thank you very much!