Skip to content

Commit

Permalink
CIV-15331 Bulk sp5 (#1115)
Browse files Browse the repository at this point in the history
* CIV-14425 Set up camunda

* CIV-14425 Set up test

* CIV-14425 Set up test

* CIV-14425 Set up test

* CIV-14425 Set up test

* CIV-14425 Set up test

* Update upload_translated_claimant_intention_document_notify.bpmn

* Update claimant_response_cui.bpmn

* CORRECTED MERGE CONFLICTS

---------

Co-authored-by: kenneth-hmcts <[email protected]>
Co-authored-by: neeta-hmcts <[email protected]>
Co-authored-by: Raja Mani <[email protected]>
Co-authored-by: Johnny Vineall <[email protected]>
Co-authored-by: paul-pearson <[email protected]>
Co-authored-by: Deepthi Doppalapudi <[email protected]>
  • Loading branch information
7 people authored Oct 18, 2024
1 parent 3cfb0e7 commit 4d239a7
Show file tree
Hide file tree
Showing 11 changed files with 1,362 additions and 732 deletions.
112 changes: 89 additions & 23 deletions src/main/resources/camunda/apply_noc_decision_defendant_lip.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" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1xagno6" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.15.1" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.15.0">
<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" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1xagno6" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.18.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.15.0">
<bpmn:collaboration id="Collaboration_0lkiw1g">
<bpmn:participant id="Participant_1nspjir" name="Apply NoC Decision for Defendant Lip" processRef="APPLY_NOC_DECISION_DEFENDANT_LIP" />
</bpmn:collaboration>
Expand Down Expand Up @@ -88,10 +88,8 @@
<bpmn:incoming>Flow_1yk0wbv</bpmn:incoming>
<bpmn:outgoing>Flow_1xu1asr</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:sequenceFlow id="Flow_1xu1asr" sourceRef="ProceedOffline" targetRef="CreateClaimantDashboardNotificationDefendantNoc" />
<bpmn:endEvent id="Event_1ryj0ug">
<bpmn:incoming>Flow_1x9k7i6</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_1xu1asr" sourceRef="ProceedOffline" targetRef="Gateway_0wjzkke" />
<bpmn:sequenceFlow id="Flow_1tclzid" sourceRef="CreateClaimantDashboardNotificationDefendantNoc" targetRef="NotifyRoboticsOnCaseHandedOffline" />
<bpmn:serviceTask id="NotifyRoboticsOnCaseHandedOffline" name="Notify RPA on case handed offline" camunda:type="external" camunda:topic="processCaseEvent">
<bpmn:extensionElements>
<camunda:inputOutput>
Expand All @@ -115,16 +113,50 @@
<camunda:inputParameter name="caseEvent">CREATE_CLAIMANT_DASHBOARD_NOTIFICATION_FOR_DEFENDANT_NOC</camunda:inputParameter>
</camunda:inputOutput>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1xu1asr</bpmn:incoming>
<bpmn:incoming>Flow_GA_Not_Enabled</bpmn:incoming>
<bpmn:incoming>Flow_1xer51t</bpmn:incoming>
<bpmn:outgoing>Flow_1tclzid</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:sequenceFlow id="Flow_1tclzid" sourceRef="CreateClaimantDashboardNotificationDefendantNoc" targetRef="NotifyRoboticsOnCaseHandedOffline" />
<bpmn:exclusiveGateway id="Gateway_0wjzkke">
<bpmn:incoming>Flow_1xu1asr</bpmn:incoming>
<bpmn:outgoing>Flow_GA_Not_Enabled</bpmn:outgoing>
<bpmn:outgoing>Flow_GA_Enabled</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:sequenceFlow id="Flow_GA_Not_Enabled" name="GA Not Enabled" sourceRef="Gateway_0wjzkke" targetRef="CreateClaimantDashboardNotificationDefendantNoc">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${empty flowFlags.GENERAL_APPLICATION_ENABLED || !flowFlags.GENERAL_APPLICATION_ENABLED}</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:endEvent id="Event_1ryj0ug">
<bpmn:incoming>Flow_1x9k7i6</bpmn:incoming>
</bpmn:endEvent>
<bpmn:serviceTask id="defendantLipApplicationOfflineDashboardNotification" name="Dashboard Notification For Application Offline Defendant" camunda:type="external" camunda:topic="processCaseEvent">
<bpmn:extensionElements>
<camunda:inputOutput>
<camunda:inputParameter name="caseEvent">CREATE_DASHBOARD_NOTIFICATION_APPLICATION_PROCEED_OFFLINE_DEFENDANT</camunda:inputParameter>
</camunda:inputOutput>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0rmhi4k</bpmn:incoming>
<bpmn:outgoing>Flow_1xer51t</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:sequenceFlow id="Flow_1xer51t" sourceRef="defendantLipApplicationOfflineDashboardNotification" targetRef="CreateClaimantDashboardNotificationDefendantNoc" />
<bpmn:sequenceFlow id="Flow_0rmhi4k" sourceRef="claimantLipApplicationOfflineDashboardNotification" targetRef="defendantLipApplicationOfflineDashboardNotification" />
<bpmn:sequenceFlow id="Flow_GA_Enabled" name="GA Enabled" sourceRef="Gateway_0wjzkke" targetRef="claimantLipApplicationOfflineDashboardNotification">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${!empty flowFlags.GENERAL_APPLICATION_ENABLED &amp;&amp; flowFlags.GENERAL_APPLICATION_ENABLED}</bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:serviceTask id="claimantLipApplicationOfflineDashboardNotification" name="Dashboard Notification For Application Offline Claimant" camunda:type="external" camunda:topic="processCaseEvent">
<bpmn:extensionElements>
<camunda:inputOutput>
<camunda:inputParameter name="caseEvent">CREATE_DASHBOARD_NOTIFICATION_APPLICATION_PROCEED_OFFLINE_CLAIMANT</camunda:inputParameter>
</camunda:inputOutput>
</bpmn:extensionElements>
<bpmn:incoming>Flow_GA_Enabled</bpmn:incoming>
<bpmn:outgoing>Flow_0rmhi4k</bpmn:outgoing>
</bpmn:serviceTask>
</bpmn:process>
<bpmn:message id="Message_14dl5pe" name="APPLY_NOC_DECISION_DEFENDANT_LIP" />
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0lkiw1g">
<bpmndi:BPMNShape id="Participant_1nspjir_di" bpmnElement="Participant_1nspjir" isHorizontal="true">
<dc:Bounds x="159" y="69" width="1730" height="481" />
<dc:Bounds x="159" y="69" width="1730" height="671" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0l4t4tn_di" bpmnElement="Event_0l4t4tn">
Expand Down Expand Up @@ -164,17 +196,28 @@
<dc:Bounds x="1080" y="410" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1ryj0ug_di" bpmnElement="Event_1ryj0ug">
<dc:Bounds x="1572" y="249" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1kdqyo6_di" bpmnElement="NotifyRoboticsOnCaseHandedOffline">
<dc:Bounds x="1370" y="410" width="100" height="80" />
<dc:Bounds x="1630" y="410" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_19xyncl_di" bpmnElement="Activity_EndBusinessProcess">
<dc:Bounds x="1370" y="227" width="100" height="80" />
<dc:Bounds x="1630" y="226" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_01op09a_di" bpmnElement="CreateClaimantDashboardNotificationDefendantNoc">
<dc:Bounds x="1230" y="410" width="100" height="80" />
<dc:Bounds x="1470" y="410" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_0wjzkke_di" bpmnElement="Gateway_0wjzkke" isMarkerVisible="true">
<dc:Bounds x="1245" y="425" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1ryj0ug_di" bpmnElement="Event_1ryj0ug">
<dc:Bounds x="1782" y="248" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0w5znbg" bpmnElement="defendantLipApplicationOfflineDashboardNotification">
<dc:Bounds x="1470" y="560" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_1rtq8df" bpmnElement="claimantLipApplicationOfflineDashboardNotification">
<dc:Bounds x="1340" y="560" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_056imgr_di" bpmnElement="Event_0rh0701">
Expand All @@ -196,8 +239,8 @@
<di:waypoint x="339" y="267" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1x9k7i6_di" bpmnElement="Flow_1x9k7i6">
<di:waypoint x="1470" y="267" />
<di:waypoint x="1572" y="267" />
<di:waypoint x="1730" y="266" />
<di:waypoint x="1782" y="266" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_07yvyzr_di" bpmnElement="Flow_07yvyzr">
<di:waypoint x="620" y="267" />
Expand All @@ -217,9 +260,9 @@
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0lzi8gi_di" bpmnElement="Flow_0lzi8gi">
<di:waypoint x="1155" y="267" />
<di:waypoint x="1370" y="268" />
<di:waypoint x="1630" y="267" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1331" y="253" width="18" height="14" />
<dc:Bounds x="1555" y="252" width="18" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1yk0wbv_di" bpmnElement="Flow_1yk0wbv">
Expand All @@ -230,16 +273,39 @@
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_14idif2_di" bpmnElement="Flow_14idif2">
<di:waypoint x="1420" y="410" />
<di:waypoint x="1420" y="307" />
<di:waypoint x="1680" y="410" />
<di:waypoint x="1680" y="306" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1xu1asr_di" bpmnElement="Flow_1xu1asr">
<di:waypoint x="1180" y="450" />
<di:waypoint x="1230" y="450" />
<di:waypoint x="1245" y="450" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1tclzid_di" bpmnElement="Flow_1tclzid">
<di:waypoint x="1330" y="450" />
<di:waypoint x="1370" y="450" />
<di:waypoint x="1570" y="450" />
<di:waypoint x="1630" y="450" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_09ya9uk_di" bpmnElement="Flow_GA_Not_Enabled">
<di:waypoint x="1295" y="450" />
<di:waypoint x="1470" y="450" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1343" y="432" width="79" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1xer51t_di" bpmnElement="Flow_1xer51t">
<di:waypoint x="1520" y="560" />
<di:waypoint x="1520" y="490" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0rmhi4k_di" bpmnElement="Flow_0rmhi4k">
<di:waypoint x="1440" y="600" />
<di:waypoint x="1470" y="600" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0sru8ot_di" bpmnElement="Flow_GA_Enabled">
<di:waypoint x="1270" y="475" />
<di:waypoint x="1270" y="600" />
<di:waypoint x="1340" y="600" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1280" y="535" width="59" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
Expand Down
Loading

0 comments on commit 4d239a7

Please sign in to comment.