I have a model, where I create the "People", using process flow, and make them 'Walk' to the specified locations. What happens is that, when the person is moving on the A*, the next person follows the same path. And if the person in front of the it is slow, it does not pass the person in front of it.
How to avoid this?