Do you use/prefer a State machine rather than an RE Framework?

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.

Hey!

Welcome to community!

The state machine is not only for REFramework. We can create our own framework, based on the requirement.

If we’re dealing with the transactional process where the state machine exists…

The transactional data will deal with the state to state…

Refer the below link:

Regards,
NaNi

Hello @Athrix05

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.