stealth icon indicating copy to clipboard operation
stealth copied to clipboard

Allow state transitions to a slug

Open mgomes opened this issue 7 years ago • 0 comments

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'.

mgomes avatar Feb 08 '19 16:02 mgomes