Hi all,

I'm trying to use the _if :test => "" construct in a workflow. I
succeeded with just one comparison:

_if :test => "${color} == "green" do
[...]


But if I try to nest several comparisons with boolean operators (and,
or...) it doesn't work:

 _if :test => "${key0} == ${fields:key0} and
                    ${key1} == ${fields:key1} and
                    ${key2} == ${fields:key2} and
                    ${key3} == ${fields:key3}" do
[...]


Is it supported? Maybe I'm using a wrong syntax or there's a better
way to do this stuff.
Thanks for your help and tips.

Best regards.
Gonzalo.
--~--~---------~--~----~------------~-------~--~----~
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