I want type=5 (Priority=20) to process by operators before type=10 (Priority=10).
The Dispatcher1 sends operators to processor whenever the item is available.
What is the best approach to get the item priority to work so the item with the highest priority gets to process before lower priority item gets process?