Ate Douma created SCXML-210:
-------------------------------
Summary: Align <send> action attributes support with the latest
SCXML specification
Key: SCXML-210
URL: https://issues.apache.org/jira/browse/SCXML-210
Project: Commons SCXML
Issue Type: Improvement
Affects Versions: 2.0
Reporter: Ate Douma
Assignee: Ate Douma
Fix For: 2.0
The <send> action currently is not aligned with the latest SCXML specification:
http://www.w3.org/TR/2014/WD-scxml-20140529/#send
The attributes id, idlocation, eventexpr, typeexpr, targetexpr and delayexpr
are not yet supported.
The current sendid attribute represents the id attribute from the spec, but the
current implementation doesn't yet generate a session unique id if not
specified.
The type, event, target and delay attributes currently all expect an
expression, while in the specification for that purpose alternative <name>expr
attributes are defined (and only one of both should be used).
Note: aligning the Commons SCXML <send> (Send action) attributes with the
latest specification, is a breaking change for current 2.0-SNAPSHOT users.
Likely everyone using the <send> action needs to update their SCXML documents
after this has been implemented!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)