Pull item from the list after 3600 s

Pull item from the list after 3600 s

kd777
Not applicable
17 Views
2 Replies
Message 1 of 3

Pull item from the list after 3600 s

kd777
Not applicable

[ FlexSim 22.0.16 ]

Why is the PF not pulling a item after 3600s ? Cure Buffer.fsm

0 Likes
Accepted solutions (1)
18 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Participant
Participant
Accepted solution

Why would it, there are no tokens entering the Pull from List activity.

If you want to achiece a "minimum dwell time" in the queue it would also be better to implement this as a delay before the items are pushed to the list. Pulling from a list with a query that depends on the age will require you to define events that cause backorders of the list to be reevaluated. This is needed so items which had not yet reached the minimum age when the token entered the activity are checked again later.

I actually don't see a good reason to use a list here at all. Why not move the item after a delay in a single PF block?

1727850080392.png

0 Likes
Message 3 of 3

kd777
Not applicable
Your approach is easy to implement thanks
0 Likes