Hi there,

I have the following engine variable set:

props = Hash[ 'key' => 'value' ]
dashboard.variables['props'] = props

I would like to access this variable in my workflow - so i expected this to 
work:

define my_workflow
  echo "$v:props.key"

But it doesn't :/ (nothing is printed)

On the other hand, this works:

define my_workflow
  set "v:abcd": "v:props"
  echo "$v:abcd.key"

Output: "value"

Am i missing something here?



Thanks,
Idan

-- 
-- 
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"ruote" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to