I have a set of itemTypes being generated by a source using a schedule and stored in a queue and I need to pull these items from the queue based on a sequence that I have stored in a Global Table1. I will take the first flow item from global table and look for it in queue by matching label PART_COL_ID, if I found any match, I will send it to processor and removed it from GlobalTable1, if I not, I will keep the first flow item as back order and look for next flow item of GlobalTable1. I have used a process flow, but the transporter is not picking the items.
My model is attched here : use-a-sequence-for-order-picking.fsm