Delay between steps on a AI

Hello!! Does anyone know how can i put a delay between each step on a AI, to make the animation that I attached as an example be in line with the movement of the AI, how can I do it?

Add a wait node in behavior tree that exits when a blackboard key becomes true?

Or in the animation blueprint do a delay wait node?