MCP Server
Active
1
0

Update cmmn/candidate-review-case.cmmn

This commit is contained in:
2026-07-24 09:43:37 +00:00
parent 5dc3e304e0
commit 4e9ccb9289

View File

@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<cmmn:definitions xmlns:cmmn="http://www.omg.org/spec/CMMN/20151109/MODEL" <cmmn:definitions xmlns:cmmn="http://www.omg.org/spec/CMMN/20151109/MODEL"
xmlns:cmmndi="http://www.omg.org/spec/CMMN/20151109/CMMNDI"
xmlns:dc="http://www.omg.org/spec/CMMN/20151109/DC"
xmlns:di="http://www.omg.org/spec/CMMN/20151109/DI"
id="Definitions_CandidateReview" id="Definitions_CandidateReview"
targetNamespace="https://processgit.org/AI_Sandbox/HR-atlase-vertesana/cmmn"> targetNamespace="https://processgit.org/AI_Sandbox/HR-atlase-vertesana/cmmn">
<cmmn:case id="Case_CandidateReview" name="Candidate exception and review case"> <cmmn:case id="Case_CandidateReview" name="Candidate exception and review case">
@@ -16,4 +19,58 @@
<cmmn:humanTask id="HT_Reconsideration" name="Handle correction or reconsideration request" isBlocking="true"/> <cmmn:humanTask id="HT_Reconsideration" name="Handle correction or reconsideration request" isBlocking="true"/>
</cmmn:casePlanModel> </cmmn:casePlanModel>
</cmmn:case> </cmmn:case>
<cmmndi:CMMNDI>
<cmmndi:CMMNDiagram id="CMMNDiagram_CandidateReview">
<cmmndi:CMMNShape id="CasePlanModel_CandidateReview_di"
cmmnElementRef="CasePlanModel_CandidateReview">
<dc:Bounds x="80" y="70" width="1120" height="420"/>
<cmmndi:CMMNLabel>
<dc:Bounds x="95" y="78" width="250" height="24"/>
</cmmndi:CMMNLabel>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="PI_VerifyEvidence_di"
cmmnElementRef="PI_VerifyEvidence">
<dc:Bounds x="140" y="160" width="170" height="90"/>
<cmmndi:CMMNLabel>
<dc:Bounds x="145" y="185" width="160" height="45"/>
</cmmndi:CMMNLabel>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="PI_IndependentReview_di"
cmmnElementRef="PI_IndependentReview">
<dc:Bounds x="350" y="160" width="190" height="90"/>
<cmmndi:CMMNLabel>
<dc:Bounds x="355" y="185" width="180" height="45"/>
</cmmndi:CMMNLabel>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="PI_DataProtectionReview_di"
cmmnElementRef="PI_DataProtectionReview">
<dc:Bounds x="580" y="160" width="190" height="90"/>
<cmmndi:CMMNLabel>
<dc:Bounds x="585" y="185" width="180" height="45"/>
</cmmndi:CMMNLabel>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="PI_RequestInformation_di"
cmmnElementRef="PI_RequestInformation">
<dc:Bounds x="810" y="160" width="170" height="90"/>
<cmmndi:CMMNLabel>
<dc:Bounds x="815" y="185" width="160" height="45"/>
</cmmndi:CMMNLabel>
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="PI_Reconsideration_di"
cmmnElementRef="PI_Reconsideration">
<dc:Bounds x="410" y="330" width="210" height="90"/>
<cmmndi:CMMNLabel>
<dc:Bounds x="415" y="355" width="200" height="45"/>
</cmmndi:CMMNLabel>
</cmmndi:CMMNShape>
</cmmndi:CMMNDiagram>
</cmmndi:CMMNDI>
</cmmn:definitions> </cmmn:definitions>