Does SCXML support AND, OR, XOR etc in the boolean expressions? Is it supported in the Editor too? #13
Unanswered
alexzhornyak
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does SCXML support AND, OR, XOR etc in the boolean expressions? Is it supported in the Editor too?
I've tried
In(S1) && In(S2)
and alsoIn(S1) and In(S2)
but it doesn't work. Using justIn(S1)
orIn(S2)
works.EDIT:
Setting my scxml document's datamodel to ecmascript and quoting the state names worked. Sorry for bothering.
Originally posted by @heuripedes in #6 (comment)
Beta Was this translation helpful? Give feedback.
All reactions