Hello,
I would like to create simple models, where a decision has an incoming object flow, and outgoing edges has guards. Every time the simulation terminates in the decisions without any error messages.
In another topic, in the answer I found:
"- If the incoming edge of the decision node is an object flow and if you use the decision node without the decision input, Cameo Simulation Toolkit will evaluate the guard condition on each outgoing edge (control flow) and it will go to the edge that the result of evaluation is equal to the token flowing through the incoming edge."
In the attached model we receive a signal with a boolean property. With a help of a breakpoint I see the value on the incoming object flow to the decision is "true". But after, the exectution terminates.
Is there any mistakes in my model, what I can't see?