[jboss-jira] [JBoss JIRA] (DROOLS-5045) [DMN Designer] Marshaller does not support DMN1.2 DecisionTable RuleAnnotation

Michael Anstis (Jira) issues at jboss.org
Tue Feb 18 05:50:00 EST 2020


    [ https://issues.redhat.com/browse/DROOLS-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974841#comment-13974841 ] 

Michael Anstis commented on DROOLS-5045:
----------------------------------------

Hi [~jomarko] the XML generated for a {{DecisionTable}} when saving a 1.2 model should contain the following:
{code}
<dmn:decisionTable... >
  <dmn:input... > ... </dmn:input>
  <dmn:output... > ... </dmn:output>
  <dmn:annotation name='Description'/>
  <dmn:rule... >
    <dmn:inputEntry... > ... </dmn:inputEntry>
    <dmn:outputEntry... > ... </dmn:outputEntry>
    <dmn:annotationEntry> ... </dmn:annotationEntry>
  </dmn:rule>
</dmn:decisionTable... >
{code}
We don't create ANY {{dmn:annotation}} or {{dmn:annotationEntry}} elements at the moment.

> [DMN Designer] Marshaller does not support DMN1.2 DecisionTable RuleAnnotation 
> -------------------------------------------------------------------------------
>
>                 Key: DROOLS-5045
>                 URL: https://issues.redhat.com/browse/DROOLS-5045
>             Project: Drools
>          Issue Type: Bug
>          Components: DMN Editor
>    Affects Versions: 7.33.0.Final
>            Reporter: Michael Anstis
>            Assignee: Michael Anstis
>            Priority: Major
>              Labels: drools-tools
>
> DMN1.2 has RuleAnnotation in the DecisionTable expression.
> Our marshallers (-backend and -client) do not support it and use the Expression's Description element for the DecisionRule description column. We also need to enhance the UI to support adding/deleting additional RuleAnnotations. 



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jboss-jira mailing list