You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you notice in SCXML the log "'tx:TS0_s1_WhileStates_final - AllEvents'" is missing in the output.
I noticed that the transtion is not executed which contains this log. and the event in that perticular state is not captured as well.
Any help is appriciated on this topic, I am debugging this point from days now still no clue what I am doing wrong.
Hello,
I created an example of compound states and few events,
I am not able to execute the wait state of 2000ms in my state chart.
following is the output of the scxml execution:
[Log] "onentry:TestProcedure"
[Log] "onentry:TS0"
[Log] "onentry:TS0_s1"
[Log] "onentry:TS0_s1_GetParametrs"
[Log] "onexit:TS0_s1_GetParametrs"
[Log] "tx:TS0_s1_Decision"
[Log] "onentry:TS0_s1_Decision"
[Log] "onentry:TS0_s1_CondVartrue"
[Log] "onexit:TS0_s1_Decision"
[Log] "tx:TS0_s1_WhileStates"
[Log] "onentry:TS0_s1_WhileStates"
[Log] "onentry:TS0_s1_WhileStates_s2
[Log] "onexit:TS0_s1_WhileStates_s2"
[Log] "tx:TS0_s1_WhileStates_s3"
[Log] "onexit:TS0_s1_WhileStates_s3"
[Log] "onexit:TS0_s1_WhileStates_s3"
[Log] "onexit:TS0_s1_WhileStates:"
[Log] "onexit:TS0_s1"
[Log] "onexit:TS0"
[Log] "tx:TestProcedure_final"
[Log] "onentry:TestProcedure_final"
[Log] "onexit:TestProcedure"
[Log] "tx:UnSubscribeAllAtEnd"
[Log] "onentry:UnSubscribeAllAtEnd"
[Log] "onexit:UnSubscribeAllAtEnd"
[Log] "tx:scxml_final"
[Log] "onentry:scxml_final"
if you notice in SCXML the log "'tx:TS0_s1_WhileStates_final - AllEvents'" is missing in the output.
I noticed that the transtion is not executed which contains this log. and the event in that perticular state is not captured as well.
Any help is appriciated on this topic, I am debugging this point from days now still no clue what I am doing wrong.
I have attahed my scxml.
Thanks.
p.zip
The text was updated successfully, but these errors were encountered: