Multi transitions #99
|
In page: |
Replies: 1 comment
|
Hi, uscxml has an option of static scxml analysis before execution. Sometimes it may give not correct results. In this case it is a mistake and state chart is a valid, because one transition target from initial element must be in non-parallel states, but here we have targets as the descendants of parallel state, so it's ok So, you can disable static analysis in the ScxmlEditor settings to pass the test. |

Hi, uscxml has an option of static scxml analysis before execution. Sometimes it may give not correct results. In this case it is a mistake and state chart is a valid, because one transition target from initial element must be in non-parallel states, but here we have targets as the descendants of parallel state, so it's ok
So, you can disable static analysis in the ScxmlEditor settings to pass the test.