In the attached model, three stations produce items - production, assembly and storage. An order will comprise a mix of items pulled from all three stations. I am pushing all the items created in production, assembly and storage to one partitioned list. How do I arrange my pull activities to fulfill an order to Queue1 by pulling requested number of each item type from the partitions on that list?
Can I achieve this by just using one pull activity?