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 | | |
Is there a way to do this ?
Thanks!
Samriti