Current we support step_to session: some_session and all its variants, however it is required that some_session be an instance of Stealth::Session. We should add an additional option called slug that allows us to transition to a new state with only a string based slug. So for example it would allow step_to slug: 'my_flow->say_hi'.
Current we support
step_to session: some_sessionand all its variants, however it is required thatsome_sessionbe an instance ofStealth::Session. We should add an additional option calledslugthat allows us to transition to a new state with only a string based slug. So for example it would allowstep_to slug: 'my_flow->say_hi'.