I'm moving tokens from flows and sub flows based on other actions in the model (https://www.flexsim.com/community/forum/showthread.php?t=3333). In most situations this is working fine but I have some travel tasks where the TE travels and the process waits for the travel to complete (to represent travel properly) when I move a token that is in a travel step when the travel complete action happens there is nothing for it to signal and causes an exception
exception: Exception caught in TreeNode::callMemberFunction() c++/dll execution. Throwing... MODEL:/Tools/ProcessFlow/Reahbilitation/Travel~3>variables/callbackNode c: /Tools/ProcessFlow/Reahbilitation/Travel~3>variables/callbackNode thisClass: /Tools/ProcessFlow/Reahbilitation/Travel~3>variables/callbackNode
Is there a good way to tidy up this call or to catch the exception - ie hold the move until the current task is complete?