I need my WorkingMemory to be aware of facts which are created in the DRL as follows: rule \"Your First Rule\"
How can I get the WorkingMemory to know about the facts written in the DRL? Currently, the facts declared in the DRL do not exi开发者_JAVA百科st in the WorkingMemoryDRL only describes facts and rules,
I\'m looking for a CEP engine, but I\' don\'t know if any开发者_如何学编程 engine meets my requirements.
Our Business analyst loads rules in Guvnor. How do I access/load that in code in my Java web app ? They wan开发者_JAVA百科t to be able to change the rules independent of the Java web app.
Right, I\'m running Drools in a ordering program I\'m making. I was asked to make rules loadable during run of the program via JMX. I take these in as a String and add them to a StatefulKnowledgeSessi
We currently have an application that is based on an in-house developed workflow engine with YAML based DSL. We are looking to move parts of it to Java.
This is a follow up on my previous question. I have a decision tree in the following form: and I want to transform it into rules in Drools Expert. The use of insertLogical has been proposed. Drools
In the application that I\'m working on right now, I need to periodically check eligibility of tens of thousands of objects for some kind of a service. The decision diagram itself is in the following
I need to compare two fields in a case insensitive way. I have a rule something like this: foo : ObjectTypeA()
It\'s possible to create a loc开发者_如何学Cal variable into a local rule definition using Drools rule engine?