typescript-fsm icon indicating copy to clipboard operation
typescript-fsm copied to clipboard

Conditional transitions

Open carlos-verdes opened this issue 5 years ago • 0 comments

Would be really nice to have conditional transitions. Normally in a FSM you can define more than one transition for the same state/event and depending on the condition one transition is selected or not (first transition that fulfil a condition is chosen even if another transition would be a good candidate).

The transitions are evaluated on order of declaration.

carlos-verdes avatar Feb 18 '19 16:02 carlos-verdes