-
Notifications
You must be signed in to change notification settings - Fork 531
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
Add SCXML support #446
Comments
Some inspiration, https://github.com/davidkpiano/xstate |
Hi @faisal00813,
If you are looking for a python engine capable of working with SCXML, you could have a look at PySCXML. It's not maintained anylonger but maybe it is sufficient for your purposes. About the 'standardisation': With my current knowledge I would say that it is not possible for
It's a great state chart library for sure. But I could not find documentation about how SCXML can be imported or exported. Can you provide a link or Codepen/JSFiddle? So, long story short: |
That being said, I do think it is possible to build an SCXML engine based on |
Finally, SCXML is now complete for adoption.
Adding support for SCXMl will allow standardisation.
The text was updated successfully, but these errors were encountered: