Hello!
I am trying to use a list to select idle operators for working. I have a field in the list with the state of the operators, so the pull activity can´t obtain the operator if the state is "squeduled down" for example.
The problem is that if the token is in the pull activity waiting for the operator to be available (the back order is in the back orders table), the activity does not reevaluate the query when the state of the operator change. I think this should work, but maybe I miss something.
Temporaly, I solved it checking the "use max. wait time" option, and making a loop with a delay in another conection that is executed when "fail" fires.
I represented the problem in a simplified model.
Thanks a lot in advance.