Hello,
I have a model that uses a very basic WHERE operation to acquire an object resource based on one of its labels in the Process Flow. When the condition is not met, the token remains at the Acquire Resource block, but when a a label on the needed resource changes so that the condition is met, the token still remains.
I was able to circumvent this issue by quickly acquiring and releasing the resource at the event which changes the label to meet the original condition. Is there another, more direct way to do this? What is it that triggers the query evaluation?
Thanks!