[POLL] FEEL Scala Extension - Support function invocations for DMN decision table input entries?

The FEEL Scala extension can be used to write expressions for decision table input entries (i.e. unary tests) and for other expressions (output entries, input expressions, decision literal expressions). Except for input entries, it’s possible to invoke a function (i.e. user defined function, built-in function, bean method). Currently, it’s not allowed for input entries because of the FEEL specification. However, the latest version implement this feature in an experimental way.

Now, I want to know if anybody need function invocations for input entries?

  • I don’t need function invocations at all
  • I want function invocation for input entries
  • I want built-in functions for input entries with implicit input (e.g., contains("foo") instead of contains(input, "foo") )

0 voters