Created
December 3, 2012 14:49
-
-
Save jbeard4/4195449 to your computer and use it in GitHub Desktop.
SCXML with an explicit notion of timeout events
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<scxml> | |
<state id="a"> | |
<transition target="b" cc:timeout="1s"/> | |
</state> | |
<state id="b"/> | |
</scxml> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can be transformed to: