Im building a model in which, at some point, all tokens in the process flow are released to another activity, so I'm using preemption. Each token is a Person on the 3D model view.
Although in the process flow all tokens are thrown to a new activity, especifically the "Walk" actions by the Persons are not stopped at all. So before they started walking towards their new task, they are finishing walking to their previuos destination, and that is causing several errors later.
So my question is, how do I stop them from finishing their walk (stop where they are) and start their new task?