Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

140
Views
How to find failed facts from json rule engine

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 which argument (fact) is mismatched (not the rule).

  engine.addRule({
    conditions: {
      all: [{
        fact: 'score',
        operator: 'greaterThanInclusive',
        value: 200
      }, {
        fact: 'players',
        operator: 'equal',
        value: 10
      }]
    },
    event: { 
        type: 'success',
    }
})

let fact = {
   score: 150,
   players: 10
}

It will fail the rule. How do I know which fact cause the failure of rule?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!