-
| --- | --- |
| Bugzilla Link | [500732](https://bugs.eclipse.org/bugs/show_bug.cgi?id=500732) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Sep 02, 2016 07:30 EDT |
| Modified | Sep…
-
### XState version
XState version 5
### Description
i have a very complex global state machine. to make it more readable and editable i want to split the code into multible files, import the …
-
With the support of rather complex workflows, statecharts and parallel execution going towards a standard makes sense. BPMN covers some but not all (as far as I see).
It looks like you are moving t…
-
`no-invalid-state-props` and `no-invalid-transition-props` do a good job of ensuring only valid keys are used, but it'd be cool to have a new stylistic rule that could enforce a user-configurable orde…
-
I've made a patch to ki to enable adding a "route" hash property to State objects. Based on this property the State init() does SC.routes.add, so the router can trigger gotoState or sendEvent (based o…
netom updated
13 years ago
-
Consider an example state machine:
![orthogonal_regions](https://user-images.githubusercontent.com/8616371/189132048-25792a3f-4bb5-4169-a132-82f879cca68f.png)
```c++
#include
#include
#includ…
-
Some users of YSCT only use YSCT for modeling and documentation. They'd like a draw only model:
If no expression on transitions and documentation mode is on: -> do not show warning symbol
Allow p…
-
I wanted to look up an instance variable of `SC.Statechart` on sproutcore.com, but it turned out it isn't on the list of classes.
-
I had wanted to use Limber for showcasing https://github.com/NullVoxPopuli/ember-statechart-component/, because the story here is *really* slick with template imports -- but xstate (and ember-statecha…
-
This works:
```
valueBinding: SC.Binding.transform(function() {
return "State: " + App.statechart.get('currentStates').map(function(state) { return state.get('fullPath'); }).join(', ');
}).fr…