Hi,

Is there a way to manually set the next state for the state machine.
I have an orthogonal region defined for handling errors, where Error is an interruptible state.

----------               -------------
|         | ----------->| Error    |
|   Ok  |              |            |
----------               -------------

This is similar to the example here : http://svn.boost.org/svn/boost/trunk/libs/msm/doc/HTML/examples/Orthogonal-deferred.cpp

Once the state machine recovers from the error, I would like to start from the initial state again in the main orthogonal region.

Is there a way to do this ?

Thanks!
Samriti