Not sure I understood your requirement right. But have you seen how parallel states work? You might have seen this, but just in case you haven't, look at the microwave e.g
There are two parallel states:
Door
Cooking [??]
Door can be in Open/Close state. Cooking has its own states, cooking may or maynot change state on a door state change, this might be what you are looking for.

Maybe you can give a few examples to elaborate on your requirements

+Fasih
----- Original Message ----- From: "Nestor Urquiza" <[EMAIL PROTECTED]>
To: "Jakarta Commons Users List" <[email protected]>
Sent: Sunday, May 07, 2006 1:33 PM
Subject: [scxml] is there a way to allow an event in all states and just keep in the state?


Hello all,
There are some http calls that my system can accept
(and so events that would be send automatically to the
SCXML Engine).

Those events are valid for any single state so one
solution is to define them in all states and manage to
stay in the given state if the event is triggered.

I am wondering if there is some mechanism to simplifly
so much typing ... maybe regex ;-)

Hope to hear some ideas back. Thanks guys!,
Nestor

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to