Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Timer is initialized twice for statechart timing events #319

Closed
muehlbrandt opened this issue Jan 22, 2016 · 0 comments · Fixed by #322
Closed

Timer is initialized twice for statechart timing events #319

muehlbrandt opened this issue Jan 22, 2016 · 0 comments · Fixed by #322

Comments

@muehlbrandt
Copy link
Contributor

If a timer is defined within the statechart definition block the timers are set within the enter method and within the entry action. Because the entry action is called within the enter method the timers are initialized twice.

This behavior could be fixed within the execution model transformation.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants