Closed nhomble closed 9 months ago
The variable
field is a mandatory field and it should be populated. Please have a look at a few test cases in the TCK project https://github.com/dmn-tck/tck/tree/master/TestCases
Sorry for the obvious issue, I was caught off guard by the lack of tck compliance in my editor.
For the sake of using our existing toolset, would this be a good use case for a custom DMNTransformer
to add the missing variable
node? In my case, the name of the table is the variable name.
We need the typeRef as well, this cannot be inferred all the time, e.g. for input data.
Expected Behavior
Expected to translate a decision table into a Java object.
Actual Behavior
The maven plugin errored with
Name and variable cannot be null. Found 'Test Table' and 'null'
jDMN Version where this issue was observed
Steps to reproduce the behavior
Used the Camunda Modeler to create a DMN v8 table
Specifically, the
variable
field on theTDecision
object is never set