Re: [SCXML] Timers in SCXML

2015-09-05 Thread Woonsan Ko
> > > > > > > > > > -- &g

Re: [SCXML] Timers in SCXML

2015-09-03 Thread giangttpham
-- View this message in context: http://apache-commons.680414.n4.nabble.com/SCXML-Timers-in-SCXML-tp746934

Re: [SCXML] Timers in SCXML

2009-04-15 Thread Linda Erlenhov
Hello again. I run the standalone test and it looks like the timers work fine there (An infinit loop between the two states, the logs, except for those that was nested as you pointed out, are printed one or two seconds apart as specified in the scxml ), so now I´m a bit clueless with how to

Re: [SCXML] Timers in SCXML

2009-04-15 Thread Rahul Akolkar
On Wed, Apr 15, 2009 at 11:02 AM, Linda Erlenhov linda.erlen...@gmail.com wrote: Hello Sorry to mass-spam email you, but I solved the problem myself after a food break and some more thinking.  The problem was the way I was trying to solve the data requests i asked about in another mail. So

Re: [SCXML] Timers in SCXML

2009-04-14 Thread Linda Erlenhov
Hello! This may be a stupid question but: I have read through the code for the simple scheduler and I´m not sure i understand what happens. We have written a simple scxml for a small statechart containing two states with timers and used the simple scheduler as described in your previous e-mail.

Re: [SCXML] Timers in SCXML

2009-04-14 Thread Rahul Akolkar
On Tue, Apr 14, 2009 at 8:19 AM, Linda Erlenhov linda.erlen...@gmail.com wrote: Hello! This may be a stupid question but: I have read through the code for the simple scheduler and I´m  not sure i understand what happens. We have written a simple scxml for a small statechart containing two

[SCXML] Timers in SCXML

2009-04-08 Thread Anna Södling
Hello, I'm having a little problem regarding timers in SCXML. I have built a simple statemachine with two states and a transition going from each state to the other. The transitions should not be taken when a user orders an event, but when a timer has timed out. The code I have written