sendid not getting filled in with a unique id.
----------------------------------------------

                 Key: SCXML-63
                 URL: https://issues.apache.org/jira/browse/SCXML-63
             Project: Commons SCXML
          Issue Type: Bug
    Affects Versions: 0.6
            Reporter: Ross Yakulis
            Priority: Minor


                        <datamodel>
                                <data name="mysend" expr="junk"/>
                        </datamodel>
                
                        <log expr="_eventdata" />
                        <log expr="'WATCH.STOP run'" />
                        <send event="my.event"  delay="2s" sendid="mysend"/>
                        <log expr="mysend" />

The sendid you have a unique id generated and returned in the sendid variable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to