Can I use dynamic transition targets? Something like this?

<datamodel>
        <data id="dyn_state" expr="State1">
</datamodel>

...

<transition  ... target="dyn_state"/>


If I use it on this way, I receive an exception: Transition target with ID 
"dyn_state" not found -> Interpreter thinks that it is a name of the state, but 
not the variable... Is there a way to define such transitions?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to