Skip to content

We should use EL to evaluate variables within SCXML models #251

Closed
@bryantrobbins

Description

@bryantrobbins

https://docs.oracle.com/javaee/7/api/javax/el/package-summary.html

EL is a Java standard for expressions. We already use EL to evaluate conditions within the SCXML Engine. Can we expand this support so that some of these features are enabled via EL instead of custom syntax?

  • Variable values (can variable values be assigned via expressions?)
  • Macros (can macros become functions which the user can call in an expression?)
  • Complex data types

EL would come with its own parsing and syntax as well.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions