Rules engine on Array inputs & rules on array #339
Unanswered
Meenakshise
asked this question in
Q&A
Replies: 1 comment
-
@Meenakshise It is possible. RulesEngine has decent support for linq related operators. I have not understood your request completely but something like this should work in rulesengine:- If this is not what you are looking for, Please provide additional context. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I have an user object with multiple Orders as an array list with properties (Order Id, Order amount and order date). And I have a rule which should be success only if the user has any order which exceeds 10000 on the order amount. Is that possible ?
Mainly on the array list both at the rule level and at the input level?
Beta Was this translation helpful? Give feedback.
All reactions