question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unclear error message when importing unsupported DMN table

See original GitHub issue

Import 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

screenshot

Should probably say explicitly that this is not supported instead of a cryptic error.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
nikkucommented, Jul 25, 2018

Fixed with recent version of the Camunda Modeler.

We now support decision tables without inputs.

0reactions
nikkucommented, Feb 25, 2016

Either way, needs discussion in dmn-js.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found