jbeard4 / SCION

SCXML/Statecharts in JavaScript, moved to gitlab: https://gitlab.com/scion-scxml/scion
https://scion.scxml.io
Apache License 2.0
149 stars 29 forks source link

run a state machine in SCXML with SCION #360

Closed aldahirSealtiel closed 8 years ago

aldahirSealtiel commented 8 years ago

I would like to know how to run a state machine created in SCXML language using SCION, I hope you can give me an example or explain me how to run a state machine in SCXML.

Thanks for your attention.

jbeard4 commented 8 years ago

You can find example code here for node and the browser: https://github.com/jbeard4/scion-demos

Rhino is also supported. If you have any further questions, please don't hesitate to ask.

aldahirSealtiel commented 8 years ago

thanks for the reply, but I tried to run this code in SCXML but this has not worked, I hope you can help me, thank you for your attention.

Code SCXML:

captura de pantalla de 2015-09-28 09 55 13

Code html, for execute the state machine:

<!DOCTYPE HTML>

``` ```