Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement using eventbus #32

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

hannahhoward
Copy link
Contributor

Goals

Demonstrate that the fsm can be built using event bus

Prove the interface by doing so

Implementation

  • Use our test event bus interface and demonstrate that the whole go-statemachine can be built with the event bus.
  • Introduce a "core" package that works at the eventbus level
  • Implement the base statemachine with this package
  • Right now FSM continues to sit on top of statemachine
  • However, we can refactor it to sit on top of core, at which point we can introduce a lot of other cool features (like using other external statemachine's events in transitions)

Demonstrate that the fsm can be built using event bus -- still needs a context fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant