Hello,
I came across the following situation:
I want to assign flow items to a floor storage object by finding a slot via the Process Flow 'Find Slot'-activity. The problem that occured is that when flow items are queueing to enter the full floor storage, the SQL-queries in the 'Find Slot'-Activity will not be triggered/reevaluated when the first floor storage space becomes available, but only when the second flow item is being pulled out of the storage object. Thus there is always one storage space empty which could still be occupied by a queueing flow item.
I created a little example model which isolates the situation. The set breakpoint should directly navigate you to the problem.
Thank you!