summaryrefslogtreecommitdiffstats
path: root/test/samples/uscxml/test-invoked.scxml
blob: 2781d31ad544fc0ececf0542b6524167424b18a5 (plain)
1
2
3
4
5
6
7
8
9
<!-- This is invoked in test-communications.scxml from a scxml invoker -->
<scxml datamodel="ecmascript">
	<state id="start">
		<onentry>
			<log expr="'Message from the invoked scxml interpreter'" />
			<send target="#_parent" event="transitionToNext" />
		</onentry>
	</state>
</scxml>