Hi,
I have couple of questions
1) I want to validate a Object and based upon certain condition set the flag and that flag available in my working memory context so that all the rules will execute based on the value of this flag. Is there any way to set the Global variable in working memory environment and use it in predicate logic.
I beleive passing Global variable using setGLobal() is possible but we can't use it in predicate logic.
globals can be used in evals, however they should be considered
immutable if you do that and should be set before you assert any
working memory data.