Hello all,
i am a little confused with the natural flow of control in a UiPath StateMachine. If the condition of the transition evaluates to true, which one of the following flows is correct:
a). state entry > transition trigger > condition is true > state exit > transition action > next state
b). state entry > transition trigger > condition is true > transition action > state exit > next state
appreciate your help
hara