DMN 1.6b1 RTF Avatar
  1. OMG Issue

DMN16 — Binary operators should not return null

  • Key: DMN16-91
  • Status: open  
  • Source: Trisotech ( Mr. Denis Gagne)
  • Summary:

    Here, I am considering the following operators: =, <, >, not(), and, or, in, between

    When considering FEEL for low-codes applications, we should expect these binary operators to always return true or false. Currently, when there is typing error, it returns null.

    ex:
    "a" = 1 => null
    false and "a" => null
    "a" in [0..100] => null
    ...

  • Reported: DMN 1.5 — Tue, 10 Oct 2023 15:57 GMT
  • Updated: Wed, 24 Apr 2024 20:29 GMT