Hi there,

I'm currently using version 2.2.0, and when noticed a odd behaviour
with IF.

Pasting the following in RuoteKit:

Ruote.process_definition :name => 'test', :revision => '0.1' do
  sequence do
    alice :task => 'clean car'
    bob :task => 'sell car', :if => "${f:next} == 'abc 123'"
  end
end

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?

thanks,
Pedro

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