You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Rahul Akolkar (JIRA)" <ji...@apache.org> on 2008/05/05 20:43:55 UTC

[jira] Updated: (SCXML-63) sendid not getting filled in with a unique id.

     [ https://issues.apache.org/jira/browse/SCXML-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rahul Akolkar updated SCXML-63:
-------------------------------

    Fix Version/s:     (was: 0.8)
                   1.0

> 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
>             Fix For: 1.0
>
>
> 			<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.