-
Generation of FSM at runtime from SCXML file/reader? Would be pretty cool! What are your thoughts?
https://en.wikipedia.org/wiki/SCXML
-
```
SCXML - Statechart XML is a new w3C notation for state diagrams. It is being
used by lots of people. We should do the folliowing:
1. Generate SCXML - and verify it passes all the w3C testcases. …
-
According to the [SCXML specification](www.w3.org/TR/scxml), a `send` element should have either a `target` or `targetexpr` attribute specifying the URI (in our case, a SCXML state machine's id) of th…
-
```
SCXML - Statechart XML is a new w3C notation for state diagrams. It is being
used by lots of people. We should do the folliowing:
1. Generate SCXML - and verify it passes all the w3C testcases. …
-
Finally, [SCXML](https://www.w3.org/TR/scxml/) is now complete for adoption.
Adding support for SCXMl will allow standardisation.
-
**Is your feature request related to a problem? Please describe.**
実行中のFSM型コンポーネントが何の状態なのか分かりづらい。
**Describe the solution you'd like**
RTSystemEditor上で、実行中のFSM型コンポーネントの状態を表示してほしい。
**Describe…
-
**Preconditions**
1. vscode version: 1.78.2 b3e4e68a0bc097f0ae7907b217c1119af9e03435 x64
2. Visual SCXML Editor version: v0.5.0
3. host: Linux Bullseye, amd64
**Scenario**
1. Hit F1
2. sel…
filug updated
1 month ago
-
Hello,
after succesfully installing both scxmld and scxml-cli, I find that the cli 'save' command gives this output (on a freshly created statechart file):
joopmac:stateCharts joopringelberg$ scxml s…
-
Is there in xstate-tools an export to scxml file?
edbek updated
8 months ago
-
I used a state machine to navigate jsf pages. I recreated full compliance with the SCXML specification https://www.w3.org/TR/scxml/. This has worked well for the projects we use for a long time. Every…