Open chippyash opened 2 years ago
Hi @chippyash,
Our parser should handle this scenario, but there is a bug that prevents the parser from handling disjunctions properly.
We are working on the issue. A fix should be available soon.
Kind regards, Tomislav
Hi
Just been having a play with this, this afternoon, converting DMN XML files into Grules. Noticed one thing:
If I have a rule in DMN (as output by Camunda Modeller) such as
(abbreviated)
The rule comes back as
Pertinent bits surrounded by asterix
I know that the original text is being passed in, so I assume that it is something in the parser spec that you are using? I'd expect a rule that has some kind of OR or IN() comparator.
I don't know enough about Grules, but in your view, is this something that needs to be handled in my pre-processing, or is it something that your parser should handle. In standard DMN, a list of values, separated by commas, is always an OR case.
Anyway, thought I'd ask your opinion.
Kind regards Ashley