spring-projects / spring-statemachine

Spring Statemachine is a framework for application developers to use state machine concepts with Spring.
1.53k stars 599 forks source link

Single event does not cause transitions in all UML orthogonal regions #999

Open rwarr627 opened 2 years ago

rwarr627 commented 2 years ago

Sending event E1 to the following state machine only causes a transition to a single state (S11 or S21). Expected behavior is for E1 to transition to both states S11 and S21.

Screen Shot 2021-08-05 at 3 18 39 PM

547 mentions a workaround for state machines written in Java. Is there a workaround for state machines created in the Eclipse Papyrus framework?