Error with infinte loop?

Im trying to make my ai walk through patrol point etc but im getting this error and it wont let me play, does anyone know about this ?

MoveToCurrentPatrolPoint call himself infinite time in the same exec flow. Now, I’m not very sure about this, but you should connect the OnSuccess/OnFail output exec pin of AIMoveTo node instead the first one (you can connect both). I Think that pin don’t have delay so your exec flow infinite loops.

Next time, can you explain more about what you’re trying to do, instead of just tossing out images that we don’t understand because we have no context.

Yes this worked thank you very much