I am trying to learn to use state machines & more specifically how to use throws to create a business rule exception which would initiate another state.
However, my throw just stops the workflow. I have but it into a try catch, and created a business rule exception catch, and assign the exception to a BRE variable.