Skip to content

Commit

Permalink
Merge pull request #616 from bcgov/feat/srs-244
Browse files Browse the repository at this point in the history
issue fix for 244
  • Loading branch information
midhun-aot authored Feb 2, 2024
2 parents 04f9f14 + 0ffed11 commit 741b20d
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ system.out.println ("site owner flow");</camunda:script>
<bpmn:sequenceFlow id="Flow_05pndkl" sourceRef="Activity_1ozfgid" targetRef="Gateway_1qqphxe" />
<bpmn:sequenceFlow id="Flow_1stifo9" name="Resubmitted" sourceRef="Activity_1v5ffpw" targetRef="Activity_1ozfgid">
<bpmn:extensionElements>
<camunda:executionListener class="org.camunda.bpm.extension.hooks.listeners.FormBPMFilteredDataPipelineListener" event="take" />
<camunda:executionListener class="org.camunda.bpm.extension.hooks.listeners.FormSubmissionListener" event="take" />
<camunda:executionListener event="take">
<camunda:script scriptFormat="javascript">execution.setVariable('applicationStatus', "Resubmitted");</camunda:script>
Expand Down Expand Up @@ -554,6 +555,7 @@ system.out.println ("isSentFromSociety "+execution.getVariable('isSentFromSociet
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="Flow_17dpj6g" name="Resubmitted" sourceRef="Activity_1vkghr3" targetRef="Activity_140ypbm">
<bpmn:extensionElements>
<camunda:executionListener class="org.camunda.bpm.extension.hooks.listeners.FormBPMFilteredDataPipelineListener" event="take" />
<camunda:executionListener event="take">
<camunda:script scriptFormat="javascript">execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
Expand Down Expand Up @@ -662,6 +664,7 @@ execution.setVariable('isSoscResubmitted', false);</camunda:script>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="Flow_0xixsb5" name="Resubmitted" sourceRef="Activity_1u9aiq8" targetRef="Activity_0iwvier">
<bpmn:extensionElements>
<camunda:executionListener class="org.camunda.bpm.extension.hooks.listeners.FormBPMFilteredDataPipelineListener" event="take" />
<camunda:executionListener class="org.camunda.bpm.extension.hooks.listeners.FormSubmissionListener" event="take" />
<camunda:executionListener event="take">
<camunda:script scriptFormat="javascript">execution.setVariable('applicationStatus', "Resubmitted");
Expand Down Expand Up @@ -836,6 +839,7 @@ task.execution.setVariable('subFormName','CSSA Form');
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="Flow_1vxydh0" name="Resubmitted" sourceRef="Activity_035ztxq" targetRef="Activity_0ufkuud">
<bpmn:extensionElements>
<camunda:executionListener class="org.camunda.bpm.extension.hooks.listeners.FormBPMFilteredDataPipelineListener" event="take" />
<camunda:executionListener event="take">
<camunda:script scriptFormat="javascript">execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
Expand Down Expand Up @@ -976,6 +980,7 @@ execution.setVariable('requestType', 'CSSA');</camunda:script>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="Flow_06v4kdf" name="Resubmitted" sourceRef="Activity_1dpvkzz" targetRef="Activity_0l3ry1z">
<bpmn:extensionElements>
<camunda:executionListener class="org.camunda.bpm.extension.hooks.listeners.FormBPMFilteredDataPipelineListener" event="take" />
<camunda:executionListener class="org.camunda.bpm.extension.hooks.listeners.FormSubmissionListener" event="take" />
<camunda:executionListener event="take">
<camunda:script scriptFormat="javascript">execution.setVariable('applicationStatus', "Resubmitted");
Expand Down Expand Up @@ -1528,6 +1533,7 @@ task.execution.setVariable('subFormName','SRCR Form');</camunda:script>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="Flow_1ojyq91" name="Resubmitted" sourceRef="Activity_0fgdxru" targetRef="Activity_15cbea9">
<bpmn:extensionElements>
<camunda:executionListener class="org.camunda.bpm.extension.hooks.listeners.FormBPMFilteredDataPipelineListener" event="take" />
<camunda:executionListener class="org.camunda.bpm.extension.hooks.listeners.FormSubmissionListener" event="take" />
<camunda:executionListener event="take">
<camunda:script scriptFormat="javascript">execution.setVariable('applicationStatus', "Resubmitted");
Expand Down Expand Up @@ -1603,6 +1609,7 @@ execution.setVariable('isSrcrResubmitted', false);</camunda:script>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="Flow_0izugkb" name="Resubmitted" sourceRef="Activity_0aiiz1c" targetRef="Activity_15ke6f4">
<bpmn:extensionElements>
<camunda:executionListener class="org.camunda.bpm.extension.hooks.listeners.FormBPMFilteredDataPipelineListener" event="take" />
<camunda:executionListener event="take">
<camunda:script scriptFormat="javascript">execution.setVariable('applicationStatus', "Resubmitted");
execution.setVariable('requestStatus', "Resubmitted");
Expand Down Expand Up @@ -1651,6 +1658,7 @@ execution.setVariable('isSrcrResubmitted', false);</camunda:script>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="Flow_00vao62" name="Resubmitted" sourceRef="Activity_0mpunb8" targetRef="Activity_12sm7v1">
<bpmn:extensionElements>
<camunda:executionListener class="org.camunda.bpm.extension.hooks.listeners.FormBPMFilteredDataPipelineListener" event="take" />
<camunda:executionListener class="org.camunda.bpm.extension.hooks.listeners.FormSubmissionListener" event="take" />
<camunda:executionListener event="take">
<camunda:script scriptFormat="javascript">execution.setVariable('applicationStatus', "Resubmitted");
Expand Down Expand Up @@ -3390,4 +3398,4 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );</camund
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>
</bpmn:definitions>

0 comments on commit 741b20d

Please sign in to comment.