General behavior tree question on action nodes

I mean a setup like this:

Then BT is being traversed in search for next task to perform Do Hit Reaction will be ignored since the condition (Check if was hit) is false. The Check.. decorator is set up for aborting lower priority, which means lower priority behavior will get aborted as soon as this condition’s value becomes true.