سؤال

For my case it enough to see if a rule is executed or not. Then I use the WorkingMemoryConsoleLogger to see which rule was activated. I don't need to have a thenblock in the rules. However, when I remove that block it returns an error. How can I fix that?

هل كانت مفيدة؟

المحلول

I got some support from the user group. So the then block can be empty.

rule "rule name"
    when
        .......
    then
end
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top