About 32,100 results
Open links in new tab
  1. Is there any rules engine implemented on NodeJS / in Javascript?

    Jan 25, 2012 · I'm much later as well, but since you're asking for a lighter option, consider json-rules-engine. I authored this library in an attempt to create a simple, performant rules engine …

  2. how to find failed rules in json-rules-engine - Stack Overflow

    Mar 13, 2019 · I recently used this npm module: json-rules-engine got into the same situation, and came out with solution this may be exact solution or not, but serves the purpose Solution: …

  3. json-rules-engine processing array of objects - Stack Overflow

    Jun 23, 2020 · json-rules-engine processing array of objects Asked 5 years, 5 months ago Modified 1 year, 10 months ago Viewed 3k times

  4. Create new DateTime in Microsoft RulesEngine rule

    Mar 4, 2022 · I'm looking at the Microsoft RulesEngine. This appears to have what I'm looking for but I'm having difficulties getting some of my rules to execute. I have a need to dynamically …

  5. Attempting simple proof of concept of microsoft / RulesEngine …

    Jun 20, 2021 · The expectation for the RulesEngine(string[], ILogger, ReSettings) constructor is that each element of the string array is a complete JSON object. In your case, you've provided …

  6. Python Rules Engine: Durable Rules JSON Rule Format to Support …

    Sep 2, 2019 · I am leveraging the engine.Host class to create my own rule engine instance and loading rules via a JSON file and calling set_rulesets () method. This all works fine.

  7. How to find failed facts from json rule engine - Stack Overflow

    Oct 14, 2021 · 0 I am new to the rules engine and I am trying to create a rules engine in javascript. I have the following rule and Passing one parameter as the wrong input, how to find …

  8. error parsing dynamic link query using Microsoft Json Rules …

    Feb 14, 2023 · Using Microsoft Json Rules engine. The following rule expressions parse without an issue: "Names [0].PersonName.FirstName=="Paul"" Names.Any () but 3. throws the …

  9. Rules Engine - pros and cons - Stack Overflow

    A rules engine is a win on a configurable application where you don't want to have to do custom builds if it can be avoided. They are also good at centralising large bases of rules and …

  10. RuleEngine or Templating language to transform JSON dynamically

    Jul 20, 2020 · These rules and target json structure keeps changing very often. So I was looking for templating language or rule engine where i can dynamically apply rules or map to different …