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