On Wed, Apr 06, 2011 at 05:16:19PM -0700, Pedro Teixeira wrote:
> 
> The condition "${f:next} == 'abc 123'" is evaluating to true, for any
> string value for the field next. For examplo, replying with "next" :
> "bla bla", it goes to bob. When next is non-existent, if skips bob.
> 
> It seems like a bug, can anyone confirm?

Hello Pedro,

yes it's a bug. Thanks for reporting it.

Meanwhile you should be able to do

  bob :task => 'sell car', :if => "'${f:next}' == 'abc 123'"

or

  bob :task => 'sell car', :if => "${'f:next} == 'abc 123'"

to work around it.


Thanks again, stay tuned for the fix.

-- 
John Mettraux - http://jmettraux.wordpress.com

-- 
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

Reply via email to