I am using the Eclipse ODM Rule Editor and in the past I have been able to define some operations and use simple DecisionTables, specifying conditions and action columns.
Fast forward a couple months to today, I add a DecisionTable to my rules and I am unable to click on the or of any columns, these words are greyed out. I tried creating new projects, etc, it just doesn't work.
The only difference between now and when I had this working was the incoming data. My first "tests" were with simple BOMs like strings or XOM to BOM from simple objects I created myself. Now my project uses a set of java objects created from a codegen of a swagger file to represent a "Form", with "Form Sections", "Fields" and such
I wonder could it be something with the type of BOMs I use may prevent me from using a DecisionTable?