Thanks!
On Thursday, May 23, 2013 11:51:49 PM UTC+3, John Mettraux wrote: > > > On Thu, May 23, 2013 at 07:20:43AM -0700, Idan Moyal wrote: > > > > 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? > > Hello Idan, > > welcome to the ruote mailing list. > > I have filled a bug report with your finding: > > https://github.com/jmettraux/ruote/issues/80 > > > Many thanks! > > -- > John Mettraux - http://lambda.io/jmettraux > > -- -- 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.
