rule "test rule"
when
    true
then
    clone_message(preventLoops: true);
end
