Help with condition abort

I need help understanding why Compare integer node is not being re-evaluated, when I change (manually) so the values match, it still does not return success, just stays in idle. If I set a breakpoint inside OnUpdate of the node, it is only triggered once when entered the first time:

1706279896148.png
 
You have a lower priority abort type, but the current branch is active. If you switch it to self then it will reevaluate.
 
Top