Hi
I have a first SCXML interpreter that invokes a second SCXML interpreter
that invokes a third one. What is it supposed to happen when an event is
raised by a <send> in the third SCXML engine ? Is the event supposed to
be fired in the three interpreters (that's what I understand from the WD) ?
Currently I manage only to fire the event in the second and the third
interpreters (I use the SCXMLExecutor instance of my second interpreter
in the SimpleScheduler instance of my third interpreter).
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]