open-forms icon indicating copy to clipboard operation
open-forms copied to clipboard

DMN: provide better support for boolean-like values

Open sergei-maertens opened this issue 2 months ago • 1 comments

Currently to get a boolean passed to the DMN evalution you can only do so by using a checkbox widget (or a JSON logic rule perhaps that translates something else into a boolean).

Using a radio widget with values "true" and "false" should have an option to "cast" this value to a boolean type (probably in the DMN action configuration?).

The Camunda API call can interpret a string value "true" correctly if we provide the type: Boolean information, but now our backend sends type: String.

sergei-maertens avatar May 10 '24 13:05 sergei-maertens