Skip to main content

All Questions

Tagged with
0 votes
0 answers
134 views

How to identify false rule conditions in a Python rule engine?

I'm working on a Python rule engine that evaluates a set of rules against a given data set. The engine works fine when all the rule conditions are true, but I need to know when a rule condition is ...
solver's user avatar
  • 1
0 votes
1 answer
96 views

kiescanner unable to refresh rules within docker container

I am unable to refresh rules with latest KJAR using kiescanner. We have Artifactory as remote repository. I have provided custom settings.xml . kie-cie is in pom.xml. In docker I am providing M2-HOME. ...
Palak Shah's user avatar
0 votes
1 answer
190 views

How to not store responses in stateful session in Drools, but keep the global variables

Hope you can help me on this since I’m new on drools. Currently I’m working with a stateful session deployed in Kie server, my problem here is that I don’t want to store all the responses from facts ...
Jairo's user avatar
  • 1
-1 votes
1 answer
439 views

Question: Can you perform contains operations on a global variable of type list in Drools

i was wondering if i can perform a contains operation on the left hand side (LHS) on a drools rule. Something of the sort: global java.util.List myGlobalList; dialect "mvel" rule "...
Alex Vulchev's user avatar
1 vote
1 answer
626 views

Drools - Store Multi Stateful Sessions

We have implemented drools engine in our platform in order to be able to evaluate rules from streams. In our use case we have a change detection stream which contains the changes of multiple entities. ...
valter Gomes's user avatar
0 votes
1 answer
63 views

How would you structure Alpha Nodes in a Rete Network that has a rule with two conditions found in other rules?

Let's say I have three rules: When Object's foo property is 1, output "foo" When Object's bar property is 1, output "bar" When Object's foo property is 1 and bar property is 1, ...
mrryanjohnston's user avatar
0 votes
0 answers
816 views

rule engine with database support and rule modification API

I am trying for opensource rule engine where I can store the rules in data bases (mongodb or sql) also few APIs where I can modify the HA. I came across these rules opensources but rule engine like ...
indra's user avatar
  • 832
0 votes
0 answers
232 views

Drools - Find matching object from a list of unconnected objects

I have a Mutation class with 3 variables, m1, m2, and m3. I also have a list of independent objects of a class Strain with 1 variable v. I need to be able to match a number of these objects i a list ...
BreenDeen's user avatar
  • 630
-1 votes
1 answer
84 views

platform agnostic rules or workflow engine [closed]

I have a requirement to use the platform agnostic rules engine which needs to run with my java and .net application. In both the windows and linux platform. Do we have any opensource/commercial ...
Lokesh Narayan's user avatar
0 votes
1 answer
4k views

How to do null or empty check in drools - mvel dialect?

When the configList is null, the AND logic should not proceed further, but I am getting this error - "array index out of bounds". Below is the rule : rule "testRule" when config : Config( ...
Runtime Terror - BS's user avatar
0 votes
1 answer
231 views

How to determine if an object is an instance of a certain class in IBM Rules Designer/ODM?

This may be an easy one, but I haven't found an easy way to determine in a rule that an object in working memory represented by an implemented interface is a specific class in IBM Rules Designer 8.8.1....
daveystones's user avatar
0 votes
1 answer
447 views

How can i match on multiple objects of the same kind in Drools 5?

Given a collection of BMSContract objects in memory of two or more, I need to match specific patterns using the BMSContract.status field. My rule should resolve to Success if in such collection ...
JamesD's user avatar
  • 709
0 votes
0 answers
105 views

Rules Engine Real Time Execution

I am using PHP and MySQL to run a backend server. Currently I have a "Action" table that contains certain criteria and what action should be taken, the properties are following: Conditions (contains ...
user2936719's user avatar
0 votes
1 answer
1k views

How to process Previous value of object in list item in drool rule engine?

I want Drool to fire rule in all elements of list Here is my Order class package com.sample; import java.util.ArrayList; import java.util.List; public class Order { public static final ...
ASHISH CHHABRA's user avatar
1 vote
0 answers
93 views

How do I find Metrics to Support the Evaluation of Association Rule?

I have applied Association rules to a dataset of an online store (http://archive.ics.uci.edu/ml/datasets/Online+Retail#). I have gotten 4rules (Rules A,B,C y D). When checking the time series of each ...
Robbie's user avatar
  • 141

15 30 50 per page