Few blocks in the Anylogic Process Modeling Library like "Source" have actions like "On exit" and "On at exit". What is the difference between the two?
I was trying to create a simple flow of:
source -> SelectOutput -> Service -> Sink
The agent being created by source block has a Boolean property "is_vip". When I assigned agent.is_vip to true or false in the "on exit" action of the source, the routing did not work, but when I moved the logic to "on at exit" of the source block, the routing started working.