Hi. I have a model, where TaskExecuterFlowItem is routed from one floor to another. The item is supposed to use ElevatorBank. There is a queue in floor 1 and 2. I noticed, that if the queue in the first and the second floor have the same xy location, the item "jump" to the second floor. If the xy locations differ enough, then the item uses the ElevatorBank. Can you explain the behaviour?
Please find sample model attached. You can see the behaviour by changing the connection in the ProcessFlow: connect to 1) "Set destination to floor2_ok" works and 2) "Set destination to floor2_nok", doesn't work.