Skip to content

Instantly share code, notes, and snippets.

@jbeard4
Created February 27, 2011 16:47
Show Gist options
  • Save jbeard4/846316 to your computer and use it in GitHub Desktop.
Save jbeard4/846316 to your computer and use it in GitHub Desktop.
<scxml initial="p">
<parallel id="p">
<history id="h">
<transition target="A.2 B.2"/>
</history>
<state id="A" initial="A.1">
<state id="A.1"/>
<state id="A.2"/>
</state>
<state id="B">
<state id="B.1"/>
<state id="B.2"/>
</state>
</parallel>
</scxml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment