Events: persistent or transient #25
Unanswered
tfahringer
asked this question in
Q&A
Replies: 1 comment
-
From the docs: The SCXML Processor must bind the _event variable when an event is pulled off the internal or external event queue to be processed, and must keep the variable bound to that event until another event is processed. So, only last event is binded to global datamodel variable _event, but note that user events can be replaced with scxml internal 'done.state', 'done.invoke' events, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If an event is raised either internally or by external sources, are events lost if not catched by an active state or are they stored somewhere until catched by a state or transition?
What is the semantic of that under SCXML
Beta Was this translation helpful? Give feedback.
All reactions