You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
Simple setup to expose the bug: create a new statechart.
In the declarative part, write:
internal:
var a:integer
Name the state "A". On the transition from the initial state to A, write:
/a=3
Simulate. After simulation, the value of a is 0, while it should be 3.
It seems that Yakindu simulation ignores any action on an outgoing transition from an initial state.
The text was updated successfully, but these errors were encountered:
Simple setup to expose the bug: create a new statechart.
In the declarative part, write:
internal:
var a:integer
Name the state "A". On the transition from the initial state to A, write:
/a=3
Simulate. After simulation, the value of a is 0, while it should be 3.
It seems that Yakindu simulation ignores any action on an outgoing transition from an initial state.
The text was updated successfully, but these errors were encountered: