Skip to content

Commit

Permalink
Merge pull request #615 from bcgov/feat/srs-127b
Browse files Browse the repository at this point in the history
issue fix for 238
  • Loading branch information
midhun-aot authored Jan 31, 2024
2 parents c28d025 + 3dbc16b commit 04f9f14
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ task.execution.setVariable('userRole','Statutory Decision Maker');
task.execution.setVariable('subFormName','CSSA Form');</camunda:script>
</camunda:taskListener>
<camunda:properties>
<camunda:property name="formName" value="cssaBundleFormV1" />
<camunda:property name="formName" value="cssaBundleForm" />
</camunda:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_130v3rp</bpmn:incoming>
Expand Down Expand Up @@ -785,7 +785,7 @@ task.execution.setVariable('subFormName','CSSA Form');
</camunda:script>
</camunda:taskListener>
<camunda:properties>
<camunda:property name="formName" value="cssaBundleFormV1" />
<camunda:property name="formName" value="cssaBundleForm" />
</camunda:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0go33vq</bpmn:incoming>
Expand Down Expand Up @@ -1355,7 +1355,7 @@ task.execution.setVariable('subFormName','SRCR Form');
</camunda:script>
</camunda:taskListener>
<camunda:properties>
<camunda:property name="formName" value="srcrBundleFormV1" />
<camunda:property name="formName" value="srcrBundleForm" />
</camunda:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0cdvwnp</bpmn:incoming>
Expand Down Expand Up @@ -1400,7 +1400,7 @@ task.execution.setVariable('userRole','Statutory Decision Maker');
task.execution.setVariable('subFormName','SRCR Form');</camunda:script>
</camunda:taskListener>
<camunda:properties>
<camunda:property name="formName" value="srcrBundleFormV1" />
<camunda:property name="formName" value="srcrBundleForm" />
</camunda:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0qaeplv</bpmn:incoming>
Expand Down Expand Up @@ -1486,7 +1486,7 @@ task.execution.setVariable('userRole','Site Risk Classification Officer');
task.execution.setVariable('subFormName','SRCR Form');</camunda:script>
</camunda:taskListener>
<camunda:properties>
<camunda:property name="formName" value="srcrBundleFormV1" />
<camunda:property name="formName" value="srcrBundleForm" />
</camunda:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0c71o5w</bpmn:incoming>
Expand Down Expand Up @@ -2052,9 +2052,6 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );</camund
<dc:Bounds x="3950" y="3040" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_1qrhl19_di" bpmnElement="Gateway_1qrhl19" isMarkerVisible="true">
<dc:Bounds x="2395" y="4515" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1bge67f_di" bpmnElement="Activity_12e3zvm" isExpanded="true">
<dc:Bounds x="1370" y="2750" width="740" height="960" />
<bpmndi:BPMNLabel />
Expand Down Expand Up @@ -2932,6 +2929,9 @@ system.out.println ("soscStatus "+execution.getVariable('soscStatus') );</camund
<bpmndi:BPMNShape id="Gateway_0nmj3dm_di" bpmnElement="Gateway_0nmj3dm" isMarkerVisible="true">
<dc:Bounds x="1705" y="4105" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_1qrhl19_di" bpmnElement="Gateway_1qrhl19" isMarkerVisible="true">
<dc:Bounds x="2395" y="4515" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0jxnrvm_di" bpmnElement="Flow_0jxnrvm">
<di:waypoint x="4050" y="3080" />
<di:waypoint x="4102" y="3080" />
Expand Down

0 comments on commit 04f9f14

Please sign in to comment.