-
Bug
-
Resolution: Done
-
Major
-
None
-
NEW
-
NEW
If the default output value of decision table is set, its typeRef doesn't respect its parent typeRef, example below.
<dmn:output id="_8023A5BD-71A4-4C3F-A5B9-B62D5BC34345" name="output-1" typeRef="number"> <dmn:outputValues id="_C9AEC57C-1F1E-4115-9449-F287F010EA07"> <dmn:text>456</dmn:text> </dmn:outputValues> <dmn:defaultOutputEntry id="_36F46818-D5F9-4F58-A758-73B853EC418B" typeRef="string"> <dmn:text>123</dmn:text> </dmn:defaultOutputEntry> </dmn:output> ...
- is related to
-
DROOLS-3249 [DMN Designer] Add support for optional typeRefs
- Closed