You've already forked HR-atlase-vertesana
Import UAPF package
77 lines
3.6 KiB
XML
77 lines
3.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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"
|
|
targetNamespace="https://processgit.org/AI_Sandbox/HR-atlase-vertesana/cmmn">
|
|
<cmmn:case id="Case_CandidateReview" name="Candidate exception and review case">
|
|
<cmmn:casePlanModel id="CasePlanModel_CandidateReview" name="Candidate review">
|
|
<cmmn:planItem id="PI_VerifyEvidence" definitionRef="HT_VerifyEvidence"/>
|
|
<cmmn:planItem id="PI_IndependentReview" definitionRef="HT_IndependentReview"/>
|
|
<cmmn:planItem id="PI_DataProtectionReview" definitionRef="HT_DataProtectionReview"/>
|
|
<cmmn:planItem id="PI_RequestInformation" definitionRef="HT_RequestInformation"/>
|
|
<cmmn:planItem id="PI_Reconsideration" definitionRef="HT_Reconsideration"/>
|
|
<cmmn:humanTask id="HT_VerifyEvidence" name="Verify evidence inconsistencies" isBlocking="true"/>
|
|
<cmmn:humanTask id="HT_IndependentReview" name="Independent assessment for low confidence" isBlocking="true"/>
|
|
<cmmn:humanTask id="HT_DataProtectionReview" name="Review prohibited-attribute exposure" isBlocking="true"/>
|
|
<cmmn:humanTask id="HT_RequestInformation" name="Request missing candidate evidence" isBlocking="true"/>
|
|
<cmmn:humanTask id="HT_Reconsideration" name="Handle correction or reconsideration request" isBlocking="true"/>
|
|
</cmmn:casePlanModel>
|
|
</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>
|
|
|