Hi,
I have a small model, source, queue, processor and exit. Flow items are generated using a schedule and stored at queue, each flow item is having some labels as PART_COL_ID and PART_COL. Now I want to pull the flow items at processor based on a global preference table "GlobalTable1. This table consist of two labels as PART_COL_ID and PART_COL of each flow item.
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 match I will send it processor and removed it from GlobalTable1, if not I will look for substitute by matching label PART_COL in queue, even if I not found match, I will keep the flow item as back order and look for next flow item of global table.
Any help, thread will be appreciated. I am attaching my model.
Thank you in advance
Jitendra