You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
The text was updated successfully, but these errors were encountered:
Current we support
step_to session: some_session
and all its variants, however it is required thatsome_session
be an instance ofStealth::Session
. We should add an additional option calledslug
that 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'
.The text was updated successfully, but these errors were encountered: