A client of us is trying to use the change of a global table value to reevaluate the backorders of a global List, is that possible to do?
I've created a model to represent the situation. In that model I push a Sink object to a list and try to pull when I write to a Global Table.
Using ProcessFlow I am trying to pull it when its total input is greater than 10, but I push it to the list and create the backorder at time 0, so the total input is 0 yet. After 15 seconds I create another token at the same ProcessFlow, this one writes a value at my Global Table, so I'd like that when I write that value, the backorder was reevaluated, so it will be able to pull the object from the list.
It's like as I'm trying to do what is in the following image:
But I know it does not work directly, so if there is any way to do that, it will help a lot.
Follow attached the model that I've mentioned above. Thanks in advance!