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
[x] Be able to import tables without input clauses
[x] Be able to delete all input clauses
[x] Generate decision tables with an input clause per default
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