Make EQS fail in Behavior Tree

Hi,

I’m learning to use EQS and BT and I came across a problem. The EQS Query “FindRedGuy” is started as 7 and I consider the case when the EQS does not return the result, i.e. finds nothing, none. Normally Sequence goes further to the right and does everything I wanted, but when the EQS does not find anything it will all loop from 4 to 7 and so on indefinitely until the EQS finds the result.

Can I somehow force Sequence to go further to the right?