This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Create TransitionHandler object and expose it as an API #4022
Closed
Description
Recently we created two alternate transition handlers that encapsulate the sequential transition behavior and parallel transition behavior. Being that both are complex but relatively small this presents a really nice opportunity to refactor and provide an object api for advanced users to extend.
https://gist.github.com/df62ba1902a7569e11fe
The above link is a 10 minute untested refactor example.