Combining 2 rulesets as GRB and executing once #478
Unanswered
akshayaTaza
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Exisiting
For my usecase, I am exploring the following:
knowledgeLibrary.LoadKnowledgeBaseFromReader(<reader>, true)
to load a single GRB rule and executing it.Question
Is there any way possible to read 2 rulesets in GRB format and load using
knowledgeLibrary.LoadKnowledgeBaseFromReader
and then runengine.Execute()
on the combined ruleSet once?Beta Was this translation helpful? Give feedback.
All reactions