I am looking to identify the idle task executor that is blocking a loaded traveler and bump it out of its way to another cell. In the Kiva example, https://answers.flexsim.com/articles/107103/example-kiva-system-model.html. @anthony.johnson is sending idle kiva drives to a home location. But I would like to let the drives park at its current location (when idle) and be bumped if and when another drive need to be at that specific cell. My approach would be to listen to travelers being blocked, then search for the drive in the next cell on my travel path and bump it away. But not sure of the events to listen to.
In my example model, you can see at 8:01:50, Task executer3 is idle but occupies destination cell of task executer 1. I would like TE1 to bump TE3 out of its way.
Tagging @Felix Möhlmann