Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-4020

[DMN Designer] Literal expression variable name is missing

    XMLWordPrintable

Details

    • 2019 Week 20-22
    • 5
      1. Create dmn model like shown in the screenshot
      2. Download it source
      3. It will miss the variable name as it does in the attached reusable (1).dmn
    • NEW
    • NEW

    Description

      The DMN Designer generates empty variable name for literal expressions.

      Current state:

      <dmn:decision id="_9AF9596C-BA60-4C45-9531-F6B6FD7BC008" name="constant">
          <dmn:variable id="_782DDC9C-8B8B-4D18-9711-40634A46864C" name="" typeRef="string"/>
          <dmn:literalExpression id="_F7C245A2-9CE3-4CFE-AAD5-D6B98C502CE9">
            <dmn:text>"abc"</dmn:text>
          </dmn:literalExpression>
        </dmn:decision>
      

      Expected state:

      <dmn:decision id="_9AF9596C-BA60-4C45-9531-F6B6FD7BC008" name="constant">
          <dmn:variable id="_782DDC9C-8B8B-4D18-9711-40634A46864C" name="constant" typeRef="string"/>
          <dmn:literalExpression id="_F7C245A2-9CE3-4CFE-AAD5-D6B98C502CE9">
            <dmn:text>"abc"</dmn:text>
          </dmn:literalExpression>
        </dmn:decision>
      

      Attachments

        Activity

          People

            manstis@redhat.com Michael Anstis
            rh-ee-jomarko Jozef Marko
            Jozef Marko Jozef Marko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: