bpmn-io / dmn-js

View and edit DMN diagrams in the browser.
https://bpmn.io/toolkit/dmn-js/
Other
301 stars 137 forks source link

Support tables without input clauses #262

Closed nikku closed 6 years ago

nikku commented 7 years ago

The DMN standard mandates, that there can also be zero input clauses. dmn-js though automatically adds the input clause and makes it impossible for users to model tables without input clauses.

Tasks

nikku commented 7 years ago

Until this issue is addressed we'll fail with an error whenever a decision table without inputs or outputs is imported.