-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
AT
- A list of custom function providers can be registered programmatically in the standalone DMN Engine as well as in the Process Engine
- No Scala types are passed as arguments or returned as function result => Only native Java types are used
- The types are converted using the built-in Scala Value Mappers
- I can register custom functions via SPI directly in the Scala FEEL Engine without type transformation
- I can use Spring Beans in my custom functions