in my model i have two queue and a single processor and a operator ,two different item will arrives at the queue at same time here how can i give priority that the operator will take more item from queue 1 when compare to queue 2 (for example 5 item from queue 1 and 3 item from queue 2, ) this is done to increase the output based on the demand for a particular item which means if the customer order item 1 more, when compare to item 2 ,here i want to increase the item 1 production more when compare to item 2 to satisfied the customer, for that how can i adjust the operator to pick the item based on demand by giving priority, here i have attached my model for your referencepriority-model.fsm