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 also In(S1) and In(S2) but it doesn't work. Using just In(S1) or In(S2) works.
EDIT:
5.9.1 Conditional Expressions: [...] The set of operators in conditional expressions varies depending on the data model [...]
Setting my scxml document's datamodel to ecmascript and quoting the state names worked. Sorry for bothering.
Originally posted by @heuripedes in #6 (comment)
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)