Unclear error message when importing unsupported DMN table
See original GitHub issueImport this DMN table that has no input:
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/DMN/20151101/dmn11.xsd" id="definitions" name="definitions" namespace="http://camunda.org/schema/1.0/dmn">
<decision id="decision" name="">
<decisionTable id="decisionTable">
<output id="output1" label="Result" name="result" typeRef="string" />
<rule id="row-624115199-1">
<outputEntry id="LiteralExpression_090256m"> <text></text>
</outputEntry>
</rule>
</decisionTable>
</decision>
</definitions>
Having no inputs is valid DMN XML but unsupported by the modeler as far as I know. The error message is
Should probably say explicitly that this is not supported instead of a cryptic error.
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Decision modeler import failure - Flowable Forum - Open Source
I had the following error whenever importing DMN files into the decision modeler. This error occurs regardless of the context of the files....
Read more >DMN — All Issues - OMG Issue Tracker
Key Issue Reported Fixed Disposition
DMN15‑18 Enumerations can only be defined as strings DMN 1.1
DMN15‑31 Collect decision tables DMN 1.1
DMN14‑11 Expressions cannot be used...
Read more >DMN Scala Plugin Support - Camunda Platform Forum
I am seeing the following error message when I attempt to deploy the contract ... is not importing the camunda-engine-spring maven package, ...
Read more >Chapter 1. Decision Model and Notation (DMN)
Any DMN 1.1 models that you import into Business Central, open in the DMN designer, and save are converted to DMN 1.2 models....
Read more >From Business Rules to Decision Models with DMN - YouTube
None of these aspects of DMN – decomposing the DRD, creating and verifying decision tables, or importing and invoking logic elements created ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed with recent version of the Camunda Modeler.
We now support decision tables without inputs.
Either way, needs discussion in dmn-js.