Issue Details
If there are more than two transitions in the state machine, the sequence becomes false when the order of the transitions is changed manually.
Here are the steps to reproduce:
- Open the State Diagram Editor from the block diagram of LabVIEW
- Right-click on the Choice state and click Record Transitions.
- Change the transition order randomly and click apply.
- After changing the order, while running the program based on the chosen option the program is not showing the correct state.