'AnyLogic: "root.rackPick.attach" The agent is not in the network
Solution 1:[1]
In the On Exit of the unbatch block type
agent.jumpTo(....);
Replace the dots with the location where your agents are supposed to be (e.g. node). That location should be part of the network that includes the racks.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Emile Zankoul |


