You've already forked HR-atlase-vertesana
Import UAPF package
20 lines
1.4 KiB
XML
20 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<cmmn:definitions xmlns:cmmn="http://www.omg.org/spec/CMMN/20151109/MODEL"
|
|
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>
|
|
</cmmn:definitions>
|