MCP Server
Active
1
0

Add diagram interchange (CMMNDI) to cornerstone CMMN [scope-3 1/3]

UAPF-specification v2.1.0 (SEM-011) makes cornerstone diagram interchange
mandatory. This CMMN file was hand-authored as logic only, with no
<cmmndi:CMMNDI>, so it did not render in any CMMN viewer.

Adds a complete CMMNDI: a nested layout of 20 shapes -- 1 case plan model,
4 stages, 11 plan items, 3 milestones, 1 entry criterion -- with child
bounds geometrically contained within their parents. The case model logic
is byte-identical; only diagram interchange was added.
This commit is contained in:
2026-05-17 13:04:35 +00:00
parent 740c647c12
commit a53db316f5

View File

@@ -70,4 +70,69 @@
<cmmn:humanTask id="HT_NotifyApplicant" name="Paziņot lēmumu (≤45 dienas)"/> <cmmn:humanTask id="HT_NotifyApplicant" name="Paziņot lēmumu (≤45 dienas)"/>
</cmmn:case> </cmmn:case>
<cmmndi:CMMNDI>
<cmmndi:CMMNDiagram id="CMMNDiagram_1">
<cmmndi:CMMNShape id="DI_CPM_Evaluation" cmmnElementRef="CPM_Evaluation">
<dc:Bounds x="30" y="30" width="1480" height="560"/>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="DI_Stage_FormalCheck" cmmnElementRef="Stage_FormalCheck">
<dc:Bounds x="60" y="80" width="340" height="380"/>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="DI_Stage_ExpertOpinion" cmmnElementRef="Stage_ExpertOpinion">
<dc:Bounds x="420" y="80" width="340" height="380"/>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="DI_Stage_CommissionEval" cmmnElementRef="Stage_CommissionEval">
<dc:Bounds x="780" y="80" width="340" height="400"/>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="DI_Stage_Decision" cmmnElementRef="Stage_Decision">
<dc:Bounds x="1140" y="80" width="340" height="380"/>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="DI_PI_RegisterApp" cmmnElementRef="PI_RegisterApp">
<dc:Bounds x="90" y="130" width="280" height="50"/>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="DI_PI_RunEligibility" cmmnElementRef="PI_RunEligibility">
<dc:Bounds x="90" y="200" width="280" height="50"/>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="DI_PI_RequestFix" cmmnElementRef="PI_RequestFix">
<dc:Bounds x="90" y="270" width="280" height="50"/>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="DI_PI_SendToAuthority" cmmnElementRef="PI_SendToAuthority">
<dc:Bounds x="450" y="130" width="280" height="50"/>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="DI_PI_CollectOpinions" cmmnElementRef="PI_CollectOpinions">
<dc:Bounds x="450" y="200" width="280" height="50"/>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="DI_PI_ScoreCriteria" cmmnElementRef="PI_ScoreCriteria">
<dc:Bounds x="810" y="130" width="280" height="50"/>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="DI_PI_RunScoring" cmmnElementRef="PI_RunScoring">
<dc:Bounds x="810" y="200" width="280" height="50"/>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="DI_PI_ExternalExpert" cmmnElementRef="PI_ExternalExpert">
<dc:Bounds x="810" y="270" width="280" height="50"/>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="DI_PI_AIPreAssessment" cmmnElementRef="PI_AIPreAssessment">
<dc:Bounds x="810" y="340" width="280" height="50"/>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="DI_PI_PrepareDecision" cmmnElementRef="PI_PrepareDecision">
<dc:Bounds x="1170" y="130" width="280" height="50"/>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="DI_PI_NotifyApplicant" cmmnElementRef="PI_NotifyApplicant">
<dc:Bounds x="1170" y="200" width="280" height="50"/>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="DI_MS_Eligible" cmmnElementRef="MS_Eligible">
<dc:Bounds x="120" y="500" width="160" height="40"/>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="DI_MS_OpinionsReceived" cmmnElementRef="MS_OpinionsReceived">
<dc:Bounds x="480" y="500" width="160" height="40"/>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="DI_MS_Scored" cmmnElementRef="MS_Scored">
<dc:Bounds x="840" y="500" width="160" height="40"/>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="DI_EC_NeedsFix" cmmnElementRef="EC_NeedsFix">
<dc:Bounds x="83" y="285" width="14" height="20"/>
</cmmndi:CMMNShape>
</cmmndi:CMMNDiagram>
</cmmndi:CMMNDI>
</cmmn:definitions> </cmmn:definitions>