RTK
RTK

Reputation: 15

Do I have to process a Query to ensure that Implications are asserted as Facts?

Tried to get this cleared from the Implementation doc; but I could only get that Implication and Queries are similar beasts. I also read Simple Facts & Queries, but that did not help on this count.

I commented out the Query section in my rule file and processed. The Implications were not asserted...I check this by dumping all Facts to a flat file.

I was hoping that Implications get Asserted during Process, even without a query, so that I can persist all the Facts (basic Facts asserted from VB & Implicated Facts) in a DB and then use it for certain stuff. Any way out ?

Thanks

Upvotes: 0

Views: 74

Answers (1)

David Dossot
David Dossot

Reputation: 33413

Indeed Implications get Asserted during Process and no Query is needed for this to happen: there must be something else at play that makes the rules behave erratically.

Upvotes: 0

Related Questions