sartography / cr-connect

0 stars 0 forks source link

IND DMN table will not update #439

Closed calexh-sar closed 3 years ago

calexh-sar commented 3 years ago

The IND Check DMN table in the IND Workflow Specification will not open. When attempting to open, I received these errors:

image.png

image.png

I downloaded the file, successfully opened it in the Desktop Camuda Modeler and saved it to my local disk, deleted it from the Workflow Specification and attemped to upload the local file. Same errors were thrown.

ZenHub will not allowed the dmn file to be attached to this ticket, so uploading to Slack.

File

cullerton commented 3 years ago

I don't think this error comes from the backend. @danfunk Is it possible this is generated in Angular code?

cullerton commented 3 years ago

The latest version of the spec (20191111), requires a section like this.

 <dmndi:DMNDI>
    <dmndi:DMNDiagram>
        <dmndi:DMNShape dmnElementRef="CHANGE_ME_TO_DECISION_ID">
            <dc:Bounds height="80" width="180" x="100" y="100"/>
        </dmndi:DMNShape>
    </dmndi:DMNDiagram>
</dmndi:DMNDI>

You must change the dmnElementRef value to the ID of the tag. (At the very beginning of the file)

calexh-sar commented 3 years ago

Added XML fixed the problem.