DMN 1.6b1 RTF Avatar
  1. OMG Issue

DMN16 — Add `number(from: number)` function

  • Key: DMN16-105
  • Status: open  
  • Source: Camunda Services GmbH ( Mr. Maciej Barelkowski)
  • Summary:

    Currently, `string(string_variable) = string_variable`, but `number(number_variable) = null`.
    This leads to surprising results like `number(5) = null` but `number("5") = 5`.
    Let's add a function `number(from)` which would accept `number` as the parameter.

  • Reported: DMN 1.5b1 — Tue, 7 Nov 2023 14:46 GMT
  • Updated: Sat, 27 Apr 2024 00:17 GMT