2011/9/13 Rahul Akolkar rahul.akol...@gmail.com

>
> When the state machine is in "state2", there are three candidate
> transitions that match event "action.next" -- two with guards in
> "state2" and one unguarded or condition-less in state "_processing".
> The two in "state2" are not followed, but subsequently the unguarded
> one is selected and followed which leads to state "_end". Given state
> "_end" is a final state, no further events triggered on the state
> machine will have any effect.
>
> -Rahul
>

Thank you Rahul. There is no way to "catch" the parsing error if it happens
in such conditions, and consequently trigger an error event?

Reply via email to