Hi,
I am receiving an exception when using a set of activities to move an object from one queue (where it was created) to another queue. The error is this:
"exception: Exception Caught in contextdragconnection(treenode fromobject, treenode toobject, char keypressed)
exception: Exception Caught in ObjectFunction72__project_exec_commandlist_contextdragconnection_node object: MAIN:/project/exec/commandlist/contextdragconnection/node i: MAIN:/project/exec/commandlist/contextdragconnection/node class: MAIN:/project/exec/commandlist/contextdragconnection/node
exception: Exception caught in TreeNode::callMemberFunction() c++/dll execution. Throwing... MAIN:/project/exec/commandlist/contextdragconnection/node c: MAIN:/project/exec/commandlist/contextdragconnection/node i: MAIN:/project/exec/commandlist/contextdragconnection/node thisClass: MAIN:/project/exec/commandlist/contextdragconnection/node
exception: Exception caught in evaluation of MAIN:/project/exec/commandlist/contextdragconnection/node"
The set of activities is similar to the attached model provided by @Felix Möhlmann in response to another question on the forum (I cannot provide my model for confidentiality reasons). The exception is happening in the custom code activity that connects the object to a network node.
Also, I must note that activities still work, regardless of the exception (as far as I can tell).
Also, in my model, I use the set of activities twice. The first set of activities moves the object from the queue where it is created to another queue and the second set of activities moves the object back. The exception only occurs when I move the object back to its original queue (the second set of activities).
I would like to resolve the exception so that I can be sure that it isn't impacting my model functionality in any way.
Thanks.
https://answers.flexsim.com/questions/110866/control-flowitem-movement-using-processflow.html