Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/CIV-15963-apply-noc-defendant-li…
Browse files Browse the repository at this point in the history
…p-claimant-online-notification' into CIV-15963-apply-noc-defendant-lip-claimant-online-notification
  • Loading branch information
jeswanth-hmcts committed Jan 24, 2025
2 parents 1262e9f + 772254e commit 316ad30
Show file tree
Hide file tree
Showing 8 changed files with 615 additions and 127 deletions.
157 changes: 105 additions & 52 deletions src/main/resources/camunda/claimant_response_cui.bpmn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_18h9iji" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.5.1">
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_18h9iji" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.27.0">
<bpmn:process id="CLAIMANT_RESPONSE_CUI_PROCESS_ID" name="Claimant response cui process" isExecutable="true" camunda:historyTimeToLive="P90D">
<bpmn:startEvent id="CLRCUI_StartEvent_1" name="start">
<bpmn:outgoing>Flow_0uwkh9v</bpmn:outgoing>
Expand Down Expand Up @@ -331,7 +331,7 @@
<bpmn:incoming>Flow_08src12</bpmn:incoming>
<bpmn:outgoing>Flow_1daatex</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:sequenceFlow id="Flow_1daatex" sourceRef="SendJudgmentDetailsToCJES" targetRef="Gateway_08rlyk5" />
<bpmn:sequenceFlow id="Flow_1daatex" sourceRef="SendJudgmentDetailsToCJES" targetRef="GenerateJudgmentByAdmissionDocClaimant" />
<bpmn:sequenceFlow id="Flow_0ia7tek" name="Applicant accept or reject repayment plan (full/part admit) and request CCJ" sourceRef="Gateway_RPA_FLOW" targetRef="ProceedOffline">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${flowState != "MAIN.IN_MEDIATION" &amp;&amp; (!empty flowFlags.LIP_JUDGMENT_ADMISSION &amp;&amp; flowFlags.LIP_JUDGMENT_ADMISSION) &amp;&amp; !(!empty flowFlags.JO_ONLINE_LIVE_ENABLED &amp;&amp; flowFlags.JO_ONLINE_LIVE_ENABLED)}</bpmn:conditionExpression>
</bpmn:sequenceFlow>
Expand Down Expand Up @@ -401,7 +401,7 @@
</bpmn:serviceTask>
<bpmn:sequenceFlow id="Flow_1awykzw" sourceRef="NotifyJoRoboticsOnContinuousFeed" targetRef="GenerateClaimantCCJDashboardNotification" />
<bpmn:exclusiveGateway id="Gateway_08rlyk5">
<bpmn:incoming>Flow_1daatex</bpmn:incoming>
<bpmn:incoming>Flow_1d396po</bpmn:incoming>
<bpmn:outgoing>Flow_IS_JO_LIVE_FEED_ACTIVE_ENABLED</bpmn:outgoing>
<bpmn:outgoing>Flow_IS_JO_LIVE_FEED_ACTIVE_DISABLED</bpmn:outgoing>
</bpmn:exclusiveGateway>
Expand All @@ -411,6 +411,36 @@
<bpmn:sequenceFlow id="Flow_IS_JO_LIVE_FEED_ACTIVE_DISABLED" name="JO live feed active disabled" sourceRef="Gateway_08rlyk5" targetRef="GenerateClaimantCCJDashboardNotification">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${empty flowFlags.IS_JO_LIVE_FEED_ACTIVE || !flowFlags.IS_JO_LIVE_FEED_ACTIVE}</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:serviceTask id="GenerateJudgmentByAdmissionDocClaimant" name="Generate judgment by admission doc claimant" camunda:type="external" camunda:topic="processCaseEvent">
<bpmn:extensionElements>
<camunda:inputOutput>
<camunda:inputParameter name="caseEvent">GEN_JUDGMENT_BY_ADMISSION_DOC_CLAIMANT</camunda:inputParameter>
</camunda:inputOutput>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1daatex</bpmn:incoming>
<bpmn:outgoing>Flow_01qs6kf</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:serviceTask id="GenerateJudgmentByAdmissionDocDefendant" name="Generate judgment by admission doc defendant" camunda:type="external" camunda:topic="processCaseEvent">
<bpmn:extensionElements>
<camunda:inputOutput>
<camunda:inputParameter name="caseEvent">GEN_JUDGMENT_BY_ADMISSION_DOC_DEFENDANT</camunda:inputParameter>
</camunda:inputOutput>
</bpmn:extensionElements>
<bpmn:incoming>Flow_01qs6kf</bpmn:incoming>
<bpmn:outgoing>Flow_0ie62nm</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:sequenceFlow id="Flow_01qs6kf" sourceRef="GenerateJudgmentByAdmissionDocClaimant" targetRef="GenerateJudgmentByAdmissionDocDefendant" />
<bpmn:sequenceFlow id="Flow_0ie62nm" sourceRef="GenerateJudgmentByAdmissionDocDefendant" targetRef="PostPINInLetterLIPDefendant" />
<bpmn:serviceTask id="PostPINInLetterLIPDefendant" name="Post PIN in Letter Defendant LiP" camunda:type="external" camunda:topic="processCaseEvent">
<bpmn:extensionElements>
<camunda:inputOutput>
<camunda:inputParameter name="caseEvent">JUDGMENT_BY_ADMISSION_DEFENDANT1_PIN_IN_LETTER</camunda:inputParameter>
</camunda:inputOutput>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0ie62nm</bpmn:incoming>
<bpmn:outgoing>Flow_1d396po</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:sequenceFlow id="Flow_1d396po" sourceRef="PostPINInLetterLIPDefendant" targetRef="Gateway_08rlyk5" />
</bpmn:process>
<bpmn:message id="Message_0ttrrz3" name="CLAIMANT_RESPONSE_CUI" />
<bpmn:error id="Error_1alq6sw" name="StartBusinessAbort" errorCode="ABORT" />
Expand All @@ -422,9 +452,6 @@
<dc:Bounds x="160" y="528" width="23" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_07ek9xj_di" bpmnElement="CLRUI_End">
<dc:Bounds x="2582" y="485" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_0p15z9i_di" bpmnElement="Gateway_RESPONSE_FLOW" isMarkerVisible="true">
<dc:Bounds x="415" y="478" width="50" height="50" />
<bpmndi:BPMNLabel>
Expand All @@ -442,10 +469,6 @@
<dc:Bounds x="240" y="463" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0negovp_di" bpmnElement="END_BUSINESS_PROCESS">
<dc:Bounds x="2430" y="463" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1xo1yot_di" bpmnElement="NotifyLiPRespondentClaimantConfirmToProceed">
<dc:Bounds x="920" y="463" width="100" height="80" />
<bpmndi:BPMNLabel />
Expand Down Expand Up @@ -532,14 +555,6 @@
<dc:Bounds x="2350" y="730" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1ec49q4" bpmnElement="updateClaimantClaimStateID">
<dc:Bounds x="1660" y="880" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0aq0usx" bpmnElement="SendJudgmentDetailsToCJES">
<dc:Bounds x="1810" y="880" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_074cub0_di" bpmnElement="Gateway_074cub0" isMarkerVisible="true">
<dc:Bounds x="1915" y="745" width="50" height="50" />
</bpmndi:BPMNShape>
Expand All @@ -551,23 +566,50 @@
<dc:Bounds x="2180" y="610" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_149txem" bpmnElement="GenerateDefendantCCJDashboardNotification">
<dc:Bounds x="2380" y="880" width="100" height="80" />
<bpmndi:BPMNShape id="Event_07ek9xj_di" bpmnElement="CLRUI_End">
<dc:Bounds x="2632" y="485" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0negovp_di" bpmnElement="END_BUSINESS_PROCESS">
<dc:Bounds x="2490" y="463" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_13k0xop" bpmnElement="GenerateClaimantCCJDashboardNotification">
<dc:Bounds x="2210" y="880" width="100" height="80" />
<dc:Bounds x="2370" y="880" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_149txem" bpmnElement="GenerateDefendantCCJDashboardNotification">
<dc:Bounds x="2520" y="880" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_072bzew" bpmnElement="NotifyJoRoboticsOnContinuousFeed">
<dc:Bounds x="2060" y="960" width="100" height="80" />
<dc:Bounds x="2290" y="970" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0ux7g49" bpmnElement="Gateway_08rlyk5" isMarkerVisible="true">
<dc:Bounds x="1955" y="895" width="50" height="50" />
<dc:Bounds x="2185" y="895" width="50" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="738" y="412" width="87" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1ec49q4" bpmnElement="updateClaimantClaimStateID">
<dc:Bounds x="1560" y="880" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0aq0usx" bpmnElement="SendJudgmentDetailsToCJES">
<dc:Bounds x="1680" y="880" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1orii9b" bpmnElement="GenerateJudgmentByAdmissionDocClaimant">
<dc:Bounds x="1810" y="880" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0qir5u2" bpmnElement="GenerateJudgmentByAdmissionDocDefendant">
<dc:Bounds x="1930" y="880" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0g3p0gx" bpmnElement="PostPINInLetterLIPDefendant">
<dc:Bounds x="2060" y="880" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0yhzfu9_di" bpmnElement="Event_0yhzfu9">
<dc:Bounds x="272" y="445" width="36" height="36" />
</bpmndi:BPMNShape>
Expand All @@ -584,8 +626,8 @@
<di:waypoint x="290" y="398" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1utmlsv_di" bpmnElement="Flow_1utmlsv">
<di:waypoint x="2530" y="503" />
<di:waypoint x="2582" y="503" />
<di:waypoint x="2590" y="503" />
<di:waypoint x="2632" y="503" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0v6zgri_di" bpmnElement="Flow_0v6zgri">
<di:waypoint x="1020" y="503" />
Expand Down Expand Up @@ -761,15 +803,15 @@
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0b51r7j_di" bpmnElement="Flow_0b51r7j">
<di:waypoint x="2110" y="503" />
<di:waypoint x="2430" y="503" />
<di:waypoint x="2490" y="503" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0axr7i4_di" bpmnElement="Flow_0axr7i4">
<di:waypoint x="1370" y="478" />
<di:waypoint x="1370" y="240" />
<di:waypoint x="2480" y="240" />
<di:waypoint x="2480" y="463" />
<di:waypoint x="2540" y="240" />
<di:waypoint x="2540" y="463" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1910" y="222" width="30" height="14" />
<dc:Bounds x="1940" y="222" width="30" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_15z0dwe_di" bpmnElement="Flow_15z0dwe">
Expand All @@ -787,16 +829,16 @@
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0fmipfu_di" bpmnElement="Flow_0fmipfu">
<di:waypoint x="2450" y="770" />
<di:waypoint x="2480" y="770" />
<di:waypoint x="2480" y="543" />
<di:waypoint x="2540" y="770" />
<di:waypoint x="2540" y="543" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_08src12_di" bpmnElement="Flow_08src12">
<di:waypoint x="1760" y="920" />
<di:waypoint x="1810" y="920" />
<di:waypoint x="1660" y="920" />
<di:waypoint x="1680" y="920" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1daatex_di" bpmnElement="Flow_1daatex">
<di:waypoint x="1910" y="920" />
<di:waypoint x="1955" y="920" />
<di:waypoint x="1780" y="920" />
<di:waypoint x="1810" y="920" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0ia7tek_di" bpmnElement="Flow_0ia7tek">
<di:waypoint x="1530" y="528" />
Expand All @@ -809,9 +851,9 @@
<bpmndi:BPMNEdge id="Flow_1jcosxq_di" bpmnElement="Flow_1jcosxq">
<di:waypoint x="1530" y="528" />
<di:waypoint x="1530" y="920" />
<di:waypoint x="1660" y="920" />
<di:waypoint x="1560" y="920" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1541" y="823" width="83" height="93" />
<dc:Bounds x="1528" y="783" width="83" height="93" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0pr7nnu_di" bpmnElement="Flow_GA_Not_Enabled">
Expand All @@ -838,34 +880,45 @@
<di:waypoint x="2230" y="730" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1fywd24_di" bpmnElement="Flow_1fywd24">
<di:waypoint x="2480" y="920" />
<di:waypoint x="2510" y="920" />
<di:waypoint x="2510" y="543" />
<di:waypoint x="2570" y="880" />
<di:waypoint x="2570" y="543" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0sfs0bs_di" bpmnElement="Flow_0sfs0bs">
<di:waypoint x="2310" y="920" />
<di:waypoint x="2380" y="920" />
<di:waypoint x="2470" y="920" />
<di:waypoint x="2520" y="920" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1awykzw_di" bpmnElement="Flow_1awykzw">
<di:waypoint x="2160" y="1000" />
<di:waypoint x="2260" y="1000" />
<di:waypoint x="2260" y="960" />
<di:waypoint x="2390" y="1010" />
<di:waypoint x="2420" y="1010" />
<di:waypoint x="2420" y="960" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1r88ew9_di" bpmnElement="Flow_IS_JO_LIVE_FEED_ACTIVE_ENABLED">
<di:waypoint x="1980" y="945" />
<di:waypoint x="1980" y="1000" />
<di:waypoint x="2060" y="1000" />
<di:waypoint x="2210" y="945" />
<di:waypoint x="2210" y="1010" />
<di:waypoint x="2290" y="1010" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1973" y="1006" width="72" height="27" />
<dc:Bounds x="2206" y="1016" width="71" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0ukjeq0_di" bpmnElement="Flow_IS_JO_LIVE_FEED_ACTIVE_DISABLED">
<di:waypoint x="2005" y="920" />
<di:waypoint x="2210" y="920" />
<di:waypoint x="2235" y="920" />
<di:waypoint x="2370" y="920" />
<bpmndi:BPMNLabel>
<dc:Bounds x="2014" y="886" width="73" height="27" />
<dc:Bounds x="2253" y="886" width="73" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_01qs6kf_di" bpmnElement="Flow_01qs6kf">
<di:waypoint x="1910" y="920" />
<di:waypoint x="1930" y="920" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0ie62nm_di" bpmnElement="Flow_0ie62nm">
<di:waypoint x="2030" y="920" />
<di:waypoint x="2060" y="920" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1d396po_di" bpmnElement="Flow_1d396po">
<di:waypoint x="2160" y="920" />
<di:waypoint x="2185" y="920" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>
Loading

0 comments on commit 316ad30

Please sign in to comment.