is there any way how to simulate picking process from many Queues.
Similar to the Combine object, but with 'Match' attribute.
I want to simulate logistics process with a supermarket (group of Queues) and picking operator. Picking operator has a request based on Bill of Material. Each type of Material is stored in different Queue.
I'm looking for something like the Server object or the Combine object, which will have WaitQueueList and Match attribute. So I can simulate picking material from different Queues by defining Match expression.
My first attempt was to use the Queue and the Server objects as a pair. Then, the request with BOM can be processed by the Assign object to set up new value (expression with list of material identifications) for all Server objects for their 'Match' attribute. But it looks so complicated...
Thank you
Peter