Re: [SCXML] Terminate/Halt SCXML state machine from external

2007-07-06 Thread Rahul Akolkar
On 7/6/07, Ingmar Kliche <[EMAIL PROTECTED]> wrote: > > > > I think doing this without markup should generally be avoided since it > > makes the model incomplete. So, for example, an abrupt termination > > would be an event trigger that takes us to a particular . I > > presume there is some reaso

Re: [SCXML] Terminate/Halt SCXML state machine from external

2007-07-06 Thread Ingmar Kliche
> I think doing this without markup should generally be avoided since it > makes the model incomplete. So, for example, an abrupt termination > would be an event trigger that takes us to a particular . I > presume there is some reason you can't do it that way. One major reason is that I don't

Re: [SCXML] Terminate/Halt SCXML state machine from external

2007-07-06 Thread Ingmar Kliche
2007/7/6, Rahul Akolkar <[EMAIL PROTECTED]>: I think doing this without markup should generally be avoided since it makes the model incomplete. So, for example, an abrupt termination would be an event trigger that takes us to a particular . I presume there is some reason you can't do it that wa

Re: [SCXML] Terminate/Halt SCXML state machine from external

2007-07-06 Thread Rahul Akolkar
On 7/6/07, Ingmar Kliche <[EMAIL PROTECTED]> wrote: I need to terminate a state machine instance from external (i.e. not from markup) to prevent it to process any further event. A SCXMLExecuter.reset() is unfortunately more than a pure "reset", it is also a "go" (i.e. the initial state is execute