Re: [scxml] Calling go() twice

2011-05-10 Thread Dario D
Rahul, in regards to triggering events, I am trying to trigger them from within the workflow like this: datamodel data name=testEvent expr='some test event'/ /datamodel state id=action1 onentry log expr='entering action1'/ send event=testEvent/

Re: [scxml] Calling go() twice

2011-05-10 Thread Dario D
Thank you Rahul for your fast response. So, the syntax is: state id=action1 onentry log expr='entering action1'/ send event='testEvent'/ /onentry transition event=testEvent target=action2/ onexit log expr='exiting action1'/