question

Abdalla O avatar image
0 Likes"
Abdalla O asked Abdalla O commented

problem in pulling items from list

hello,

i made a list to push items from queue1 to itemlist1 then i want to make queue2 pull those items,

it works fine when there's no query but when i set it to 'where ageInQueue > 10' it doesn't pull anything

quereylists.fsm

FlexSim 18.1.0
item list
quereylists.fsm (21.1 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Steven Hamoen avatar image
1 Like"
Steven Hamoen answered Abdalla O commented

@Abdalla O Right click the list, select properties -> Back Orders and check the "Reevaluate All Values On Push". Then it will work.

What happens is that first pull is not successful (ageInQueue is not > 10 (btw ageInQueue is the same as age because there is no process before it) ) and after that the backorder is never reevaluated for that value again, so it stays on the list.

· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Abdalla O avatar image Abdalla O commented ·

Thanks very much for your answer and your note

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.