Hi guys,
I'm using an ItemList to define the sequence of process by product based on conditions controled by labels on the flow item. It's working as it should so far but now I'm having a problem that I can't seen to figure out.
After some simulation time some items are not being pulled. It's nothing with the item I believe because other items with the same labels (therefore the same "pull querry") are still being pulled normally.
I thought it could have something to do with my ORDER BY command, since I was ordering by "age" so I thought it was being refreshed and tossed to the end of the entries. So I added a new Label called "Priority" that would increase value after the process "P1000" and changed my pull querry to ORDER BY Priority DESC. But it's not working anyway, some items are still being held from time to time at the queue "P1000_Q" (and other but for now I'm trying to solve P1000 first).
Maybe someone can help me to find where the problem is?
I would be very thankfull!
Attached it my model.