[scxml] events triggered in onentry

2011-05-17 Thread Ryan
I have the following simple SCXML document: scxml xmlns=http://www.w3.org/2005/07/scxml; xmlns:my=http://www.my.com; version=1.0 initialstate=welcome state id=welcome onentry my:play filename=welcome/ /onentry transition

Re: [scxml] events triggered in onentry

2011-05-17 Thread Ryan
Looks like I signed up for this mailing list about 5 hours too late. Reading today's reply from Rahul, he notes: You should inject events from within a custom action by adding to the set of derived events (param of execute method) which will be processed in a subsequent microstep, rather than

Re: [scxml] events triggered in onentry

2011-05-17 Thread Rahul Akolkar
On Tue, May 17, 2011 at 8:37 PM, Ryan rnidef...@gmail.com wrote: Looks like I signed up for this mailing list about 5 hours too late. Reading today's reply from Rahul, he notes: You should inject events from within a custom action by adding to the set of derived events (param of execute