Skip to content
Mithun Satheesh edited this page Jan 17, 2015 · 4 revisions

Facts are those input json values on which the rule engine applies its rule to obtain results. A fact can have multiple attributes as you decide.

Example Fact may look like

{
  "userIP": "27.3.4.5",
  "name":"user4",
  "application":"MOB2",
  "userLoggedIn":true,
  "transactionTotal":400,
  "cardType":"Credit Card",
}
Clone this wiki locally