Pull from List – No Wait removes all list items
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I’m working with a Pull from List activity in Process Flow, and I’m trying to achieve the following behavior.
I have a list containing several items, and I want to pull only the items that have a specific value in one of the list columns.
I am currently using a Max Wait Timer set to No Wait, because I want the token to move to another point in the Process Flow once all the items in the list matching the specified column value have been exhausted.
However, when I use No Wait, it seems that all the elements currently present in the list are removed, including the ones that do not match the specified value.
Is there a way to configure the Pull from List activity so that:
once the elements matching the query are all pulled the other items remain in the list;
once there are no more matching items available, the token continues to another point in the Process Flow?
What would be the correct way to implement this behavior in FlexSim?
Thanks in advance for your help!