Item does not Pull from List when Leave Entries on List is On

Item does not Pull from List when Leave Entries on List is On

zach_b3
Not applicable
14 Views
1 Reply
Message 1 of 2

Item does not Pull from List when Leave Entries on List is On

zach_b3
Not applicable

[ FlexSim 20.0.0 ]

Hello, whenever I push an item to a list, and I pull that item from a list with the option 'Leave Entries on List' set to On, the token passes through the Pull From List process block but it gets stuck at the Push to List block. I think it is because the Push to List process block only lets tokens pass through if the entry is taken off the list. I need entries to stay on the list when I pull them from the list, but I want the token to still progress through the Push to List. Is there a setting or a line of code to accomplish this?

Accepted solutions (1)
15 Views
1 Reply
Reply (1)
Message 2 of 2

Matthew_Gillespie
Autodesk
Autodesk
Accepted solution

You should set a Max Wait Timer of no time on the Push to List activity and then release the token out connector 1 in the trigger. This will make the token push something on the list and immediately move on.

Or do you want the token to wait there until the item is pulled by something else? In that case you'd need to have the pulling token call the release(1) method on the pushing token.



Matthew Gillespie
FlexSim Software Developer