Please explain what kind of circumstances make you pick a State Machine rather than the fully equipped RE Framework.
Edit: Guys I am well aware how a State machine works, and that the RE Framework is also a customized State machine. I am asking examples for the kind of scenarios that usually forces you to use State machines instead of an RE framework. Thank you.
Statemachine is really helpful if need to create a process based on some states. It means if one particular scenario happens, then you need to trigger some defined process. You can do the trainin gin academy and in the below link which gives some practicals for easy understanding.