Hello,

Is it possible to evaluate a global on the LHS of rule?
Like:

global SomeGlobal someGlobal

rule "xy"

    when
        someGlobal.getValue() <= 3
    then
          ....
end

Kind Regards
Thomas