I built a model with map bckground to simulation traffic in the city to pick up clients from 3 different location(queue) by car(task executor). My task is to find the shortest distance way and the fastest depends of speed limit way to pick up all clients and get to exact destination. My question is how to make task executor to decide which route chose. Should I change something in task executor properties or process flow?