Hi, Is it possible to do an assert(Object) in a function within a rule file? Something like
rule "test rule"
when
something
then
callfunc(someobj)
end
function void callfunc(obj someobj){
//do some processing here
assert(newobject);
}
Thanks
Ramesh
