Reply To: Starting and stopping evasion

NodeCanvas Forums General Discussion Starting and stopping evasion Reply To: Starting and stopping evasion

#13967
centaurianmudpig
Participant

Turned out to be the Start node, which is a Parallel with the Policy to “First Success Or Failure”. Another branch to that always return True and prevented the looping action. Setting the Policy to “First Failure” allowed the loop action to perform as expected.