i have some pain points with drools rule language -
(1) how can I define and use constant values in drl file? For example I want to define value of RISK_SCORE=7
(2) how can I compare two objects of the same class.? For example I want to compare two Employees.
(3) how can I replicate if-else if-else condition in drl file?
(4) how can I replicate for loop or while loop in drl file? Means how can I iterate a list of objects and perform some action depending upon each object inside it.
(5) how can I use two objects in a decision table, one object for input and another for output? I having issue with imports.
edeepakjain 1 year ago
i have some pain points with drools rule language -
(1) how can I define and use constant values in drl file? For example I want to define value of RISK_SCORE=7
(2) how can I compare two objects of the same class.? For example I want to compare two Employees.
(3) how can I replicate if-else if-else condition in drl file?
(4) how can I replicate for loop or while loop in drl file? Means how can I iterate a list of objects and perform some action depending upon each object inside it.
edeepakjain 1 year ago