how to make object move again when reached the destination

Im using pathfinding system,but object stop moving when reached destination.Is it possible to make it move again so I can make a loop system? Thanks

yea just if position == destination
set a new destination