[SCXML] Forward eventdata within transition

2007-06-01 Thread Ingmar Kliche
Rahul, within a transition (which is gets eventdata from outside) I'd like to forward some pieces of the eventdata structure using a send with namelist: transition event=change if cond = _eventdata.eventSource == 'x' send targettype=GUI target='y' event=change namelist=

Re: [SCXML] Forward eventdata within transition

2007-06-01 Thread Rahul Akolkar
On 6/1/07, Ingmar Kliche [EMAIL PROTECTED] wrote: Rahul, within a transition (which is gets eventdata from outside) I'd like to forward some pieces of the eventdata structure using a send with namelist: transition event=change if cond = _eventdata.eventSource == 'x' send