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

[DMN Designer] `inputData` and `variable` must have the same name value

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • None
    • None
    • DMN Editor

      When the user persists the following diagram:

      ..with the following Decision Table:

      ..the inputData and variable tags don't have the same name value in the attribute name, see:

      <dmn:inputData id="_67412B2F-A661-48C6-971C-6E184A519592" name="Country">
      <dmn:variable id="_8F4476AB-1BEB-4FDB-8192-73BB0A520236" name="" typeRef="string"></dmn:variable>

      The expected behaviour is this:

      <dmn:inputData id="_67412B2F-A661-48C6-971C-6E184A519592" name="Country">
      <dmn:variable id="_8F4476AB-1BEB-4FDB-8192-73BB0A520236" name="Country" typeRef="string"></dmn:variable>

        1. diagram.png
          diagram.png
          60 kB
        2. dtable.png
          dtable.png
          76 kB

            karreiro_ Guilherme Gomes (Inactive)
            karreiro_ Guilherme Gomes (Inactive)
            Jozef Marko Jozef Marko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: