blob: 2a2093522f2b15740811289b1098db8179d2c951 [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001<?xml version="1.0" encoding="UTF-8"?>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +05302<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_MagIIMOUEeW8asg-vCEgWQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="3.1.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04003 <bpmn2:process id="DoCreateResourcesV3" name="DoCreateResourcesV3" isExecutable="true">
4 <bpmn2:startEvent id="createSI_startEvent" name="Start Flow">
5 <bpmn2:outgoing>SequenceFlow_1qiiycn</bpmn2:outgoing>
6 </bpmn2:startEvent>
7 <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
8 <bpmn2:incoming>SequenceFlow_1qiiycn</bpmn2:incoming>
9 <bpmn2:outgoing>SequenceFlow_0w9t6tc</bpmn2:outgoing>
subhash kumar singhb4eec192019-05-06 10:37:09 +053010 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040011def dcsi = new DoCreateResources()
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +053012dcsi.preProcessRequest(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040013 </bpmn2:scriptTask>
14 <bpmn2:scriptTask id="ScriptTask_1xdjlzm" name="Post Config Service Instance Creation" scriptFormat="groovy">
15 <bpmn2:incoming>SequenceFlow_16nxl6h</bpmn2:incoming>
16 <bpmn2:outgoing>SequenceFlow_0epxs3b</bpmn2:outgoing>
subhash kumar singhb4eec192019-05-06 10:37:09 +053017 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040018def csi = new DoCreateResources()
subhash kumar singhb4eec192019-05-06 10:37:09 +053019csi.postConfigRequest(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040020 </bpmn2:scriptTask>
21 <bpmn2:serviceTask id="Task_0io5qby" name="Call Sync SDNC service Create " camunda:class="org.onap.so.bpmn.infrastructure.workflow.serviceTask.SdncServiceTopologyOperationTask">
22 <bpmn2:incoming>SequenceFlow_0k0f7lm</bpmn2:incoming>
23 <bpmn2:outgoing>SequenceFlow_11f2zuu</bpmn2:outgoing>
24 </bpmn2:serviceTask>
25 <bpmn2:sequenceFlow id="SequenceFlow_11f2zuu" sourceRef="Task_0io5qby" targetRef="IntermediateThrowEvent_0f2w7aj" />
26 <bpmn2:scriptTask id="ScriptTask_1y0los4" name="Sequence Resource" scriptFormat="groovy">
27 <bpmn2:incoming>SequenceFlow_1hbesp9</bpmn2:incoming>
28 <bpmn2:outgoing>SequenceFlow_13d9g1n</bpmn2:outgoing>
subhash kumar singhb4eec192019-05-06 10:37:09 +053029 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040030def ddsi = new DoCreateResources()
subhash kumar singhb4eec192019-05-06 10:37:09 +053031ddsi.sequenceResoure(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040032 </bpmn2:scriptTask>
33 <bpmn2:sequenceFlow id="SequenceFlow_13d9g1n" sourceRef="ScriptTask_1y0los4" targetRef="ExclusiveGateway_07rr3wp" />
34 <bpmn2:exclusiveGateway id="ExclusiveGateway_0n9y4du" name="All ResourceFinished?" default="SequenceFlow_0q6uy30">
35 <bpmn2:incoming>SequenceFlow_1jenxlp</bpmn2:incoming>
36 <bpmn2:outgoing>SequenceFlow_0q6uy30</bpmn2:outgoing>
37 <bpmn2:outgoing>SequenceFlow_16nxl6h</bpmn2:outgoing>
38 </bpmn2:exclusiveGateway>
39 <bpmn2:sequenceFlow id="SequenceFlow_0q6uy30" name="no" sourceRef="ExclusiveGateway_0n9y4du" targetRef="ScriptTask_0l4nkqr" />
40 <bpmn2:scriptTask id="ScriptTask_0y4u2ty" name="Parse Next Resource" scriptFormat="groovy">
41 <bpmn2:incoming>SequenceFlow_13c7bhn</bpmn2:incoming>
42 <bpmn2:outgoing>SequenceFlow_1jenxlp</bpmn2:outgoing>
subhash kumar singhb4eec192019-05-06 10:37:09 +053043 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040044def ddsi = new DoCreateResources()
subhash kumar singhb4eec192019-05-06 10:37:09 +053045ddsi.parseNextResource(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040046 </bpmn2:scriptTask>
47 <bpmn2:sequenceFlow id="SequenceFlow_1jenxlp" sourceRef="ScriptTask_0y4u2ty" targetRef="ExclusiveGateway_0n9y4du" />
48 <bpmn2:scriptTask id="ScriptTask_0l4nkqr" name="Get Current Resource" scriptFormat="groovy">
49 <bpmn2:incoming>SequenceFlow_0q6uy30</bpmn2:incoming>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +053050 <bpmn2:incoming>SequenceFlow_1qozd66</bpmn2:incoming>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040051 <bpmn2:outgoing>SequenceFlow_0uiygod</bpmn2:outgoing>
subhash kumar singhb4eec192019-05-06 10:37:09 +053052 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040053def ddsi = new DoCreateResources()
subhash kumar singhb4eec192019-05-06 10:37:09 +053054ddsi.getCurrentResoure(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040055 </bpmn2:scriptTask>
56 <bpmn2:exclusiveGateway id="ExclusiveGateway_07rr3wp" name="Is SDN-C Service Needed" default="SequenceFlow_18wj44x">
57 <bpmn2:incoming>SequenceFlow_13d9g1n</bpmn2:incoming>
58 <bpmn2:outgoing>SequenceFlow_18wj44x</bpmn2:outgoing>
59 <bpmn2:outgoing>SequenceFlow_1vprtt9</bpmn2:outgoing>
60 </bpmn2:exclusiveGateway>
61 <bpmn2:sequenceFlow id="SequenceFlow_18wj44x" name="no" sourceRef="ExclusiveGateway_07rr3wp" targetRef="IntermediateThrowEvent_0f2w7aj" />
62 <bpmn2:scriptTask id="Task_0qlkmvt" name="Prepare resource recipe Request" scriptFormat="groovy">
63 <bpmn2:incoming>SequenceFlow_0uiygod</bpmn2:incoming>
64 <bpmn2:outgoing>SequenceFlow_1u9k0dm</bpmn2:outgoing>
subhash kumar singhb4eec192019-05-06 10:37:09 +053065 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040066def ddsi = new DoCreateResources()
subhash kumar singhb4eec192019-05-06 10:37:09 +053067ddsi.prepareResourceRecipeRequest(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040068 </bpmn2:scriptTask>
69 <bpmn2:scriptTask id="Task_12ghoph" name="Execute Resource Recipe" scriptFormat="groovy">
70 <bpmn2:incoming>SequenceFlow_1u9k0dm</bpmn2:incoming>
71 <bpmn2:outgoing>SequenceFlow_13c7bhn</bpmn2:outgoing>
subhash kumar singhb4eec192019-05-06 10:37:09 +053072 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040073def ddsi = new DoCreateResources()
subhash kumar singhb4eec192019-05-06 10:37:09 +053074ddsi.executeResourceRecipe(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040075 </bpmn2:scriptTask>
76 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0bq4fxs" name="Go to StratPrepareService">
77 <bpmn2:incoming>SequenceFlow_0w9t6tc</bpmn2:incoming>
78 <bpmn2:linkEventDefinition name="StartPrepareResource" />
79 </bpmn2:intermediateThrowEvent>
80 <bpmn2:sequenceFlow id="SequenceFlow_1qiiycn" sourceRef="createSI_startEvent" targetRef="preProcessRequest_ScriptTask" />
81 <bpmn2:sequenceFlow id="SequenceFlow_0w9t6tc" sourceRef="preProcessRequest_ScriptTask" targetRef="IntermediateThrowEvent_0bq4fxs" />
82 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0f2w7aj" name="GoTo ResourceLoop">
83 <bpmn2:incoming>SequenceFlow_18wj44x</bpmn2:incoming>
84 <bpmn2:incoming>SequenceFlow_11f2zuu</bpmn2:incoming>
85 <bpmn2:linkEventDefinition name="ResourceLoop" />
86 </bpmn2:intermediateThrowEvent>
87 <bpmn2:sequenceFlow id="SequenceFlow_1vprtt9" name="yes" sourceRef="ExclusiveGateway_07rr3wp" targetRef="Task_1blaq0f">
subhash kumar singhb4eec192019-05-06 10:37:09 +053088 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{(execution.getVariable("isContainsWanResource" ) == "true" )}</bpmn2:conditionExpression>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040089 </bpmn2:sequenceFlow>
90 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_05dus9b" name="StartPrepareResource">
91 <bpmn2:outgoing>SequenceFlow_1hbesp9</bpmn2:outgoing>
92 <bpmn2:linkEventDefinition name="StartPrepareResource" />
93 </bpmn2:intermediateCatchEvent>
94 <bpmn2:sequenceFlow id="SequenceFlow_1hbesp9" sourceRef="IntermediateCatchEvent_05dus9b" targetRef="ScriptTask_1y0los4" />
95 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_02bah5m" name="ResourceLoop">
96 <bpmn2:outgoing>SequenceFlow_1qozd66</bpmn2:outgoing>
97 <bpmn2:linkEventDefinition name="ResourceLoop" />
98 </bpmn2:intermediateCatchEvent>
99 <bpmn2:sequenceFlow id="SequenceFlow_16nxl6h" name="yes" sourceRef="ExclusiveGateway_0n9y4du" targetRef="ScriptTask_1xdjlzm">
subhash kumar singhb4eec192019-05-06 10:37:09 +0530100 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{(execution.getVariable("allResourceFinished" ) == "true" )}</bpmn2:conditionExpression>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400101 </bpmn2:sequenceFlow>
102 <bpmn2:sequenceFlow id="SequenceFlow_0uiygod" sourceRef="ScriptTask_0l4nkqr" targetRef="Task_0qlkmvt" />
103 <bpmn2:sequenceFlow id="SequenceFlow_1u9k0dm" sourceRef="Task_0qlkmvt" targetRef="Task_12ghoph" />
104 <bpmn2:sequenceFlow id="SequenceFlow_13c7bhn" sourceRef="Task_12ghoph" targetRef="ScriptTask_0y4u2ty" />
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530105 <bpmn2:sequenceFlow id="SequenceFlow_1qozd66" sourceRef="IntermediateCatchEvent_02bah5m" targetRef="ScriptTask_0l4nkqr" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400106 <bpmn2:endEvent id="EndEvent_1ddg1di">
107 <bpmn2:incoming>SequenceFlow_0epxs3b</bpmn2:incoming>
108 </bpmn2:endEvent>
109 <bpmn2:sequenceFlow id="SequenceFlow_0epxs3b" sourceRef="ScriptTask_1xdjlzm" targetRef="EndEvent_1ddg1di" />
110 <bpmn2:subProcess id="SubProcess_0sfdqc1" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
111 <bpmn2:startEvent id="StartEvent_0x7o2ug">
112 <bpmn2:outgoing>SequenceFlow_0gr9xqj</bpmn2:outgoing>
113 <bpmn2:errorEventDefinition />
114 </bpmn2:startEvent>
115 <bpmn2:endEvent id="EndEvent_0lgdyyb">
116 <bpmn2:incoming>SequenceFlow_0a6l29p</bpmn2:incoming>
117 </bpmn2:endEvent>
118 <bpmn2:scriptTask id="ScriptTask_1648adp" name="Log / Print Unexpected Error" scriptFormat="groovy">
119 <bpmn2:incoming>SequenceFlow_0gr9xqj</bpmn2:incoming>
120 <bpmn2:outgoing>SequenceFlow_0a6l29p</bpmn2:outgoing>
subhash kumar singhb4eec192019-05-06 10:37:09 +0530121 <bpmn2:script>import org.onap.so.bpmn.common.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400122ExceptionUtil ex = new ExceptionUtil()
subhash kumar singhb4eec192019-05-06 10:37:09 +0530123ex.processJavaException(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400124 </bpmn2:scriptTask>
125 <bpmn2:sequenceFlow id="SequenceFlow_0gr9xqj" name="" sourceRef="StartEvent_0x7o2ug" targetRef="ScriptTask_1648adp" />
126 <bpmn2:sequenceFlow id="SequenceFlow_0a6l29p" name="" sourceRef="ScriptTask_1648adp" targetRef="EndEvent_0lgdyyb" />
127 </bpmn2:subProcess>
128 <bpmn2:scriptTask id="Task_1blaq0f" name="Prepare SDNC service Create" scriptFormat="groovy">
129 <bpmn2:incoming>SequenceFlow_1vprtt9</bpmn2:incoming>
130 <bpmn2:outgoing>SequenceFlow_0k0f7lm</bpmn2:outgoing>
subhash kumar singhb4eec192019-05-06 10:37:09 +0530131 <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.*
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400132def ddsi = new DoCreateResources()
subhash kumar singhb4eec192019-05-06 10:37:09 +0530133ddsi.prepareServiceTopologyRequest(execution)</bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400134 </bpmn2:scriptTask>
135 <bpmn2:sequenceFlow id="SequenceFlow_0k0f7lm" sourceRef="Task_1blaq0f" targetRef="Task_0io5qby" />
136 </bpmn2:process>
137 <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
138 <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
139 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
140 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateResourcesV3">
141 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530142 <dc:Bounds x="215" y="103" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400143 <bpmndi:BPMNLabel>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530144 <dc:Bounds x="209" y="144" width="50" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400145 </bpmndi:BPMNLabel>
146 </bpmndi:BPMNShape>
147 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530148 <dc:Bounds x="323" y="81" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400149 </bpmndi:BPMNShape>
150 <bpmndi:BPMNShape id="ScriptTask_1xdjlzm_di" bpmnElement="ScriptTask_1xdjlzm">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530151 <dc:Bounds x="1316" y="795" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400152 </bpmndi:BPMNShape>
153 <bpmndi:BPMNShape id="ServiceTask_0qi8cgg_di" bpmnElement="Task_0io5qby">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530154 <dc:Bounds x="1244" y="663" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400155 </bpmndi:BPMNShape>
156 <bpmndi:BPMNEdge id="SequenceFlow_11f2zuu_di" bpmnElement="SequenceFlow_11f2zuu">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530157 <di:waypoint x="1344" y="703" />
158 <di:waypoint x="1416" y="703" />
159 <di:waypoint x="1416" y="610" />
160 <di:waypoint x="1512" y="610" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400161 <bpmndi:BPMNLabel>
162 <dc:Bounds x="1189" y="340.5" width="90" height="12" />
163 </bpmndi:BPMNLabel>
164 </bpmndi:BPMNEdge>
165 <bpmndi:BPMNShape id="ScriptTask_1y0los4_di" bpmnElement="ScriptTask_1y0los4">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530166 <dc:Bounds x="641" y="570" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400167 </bpmndi:BPMNShape>
168 <bpmndi:BPMNEdge id="SequenceFlow_13d9g1n_di" bpmnElement="SequenceFlow_13d9g1n">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530169 <di:waypoint x="741" y="610" />
170 <di:waypoint x="950" y="610" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400171 <bpmndi:BPMNLabel>
172 <dc:Bounds x="603.5" y="279" width="90" height="12" />
173 </bpmndi:BPMNLabel>
174 </bpmndi:BPMNEdge>
175 <bpmndi:BPMNShape id="ExclusiveGateway_0n9y4du_di" bpmnElement="ExclusiveGateway_0n9y4du" isMarkerVisible="true">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530176 <dc:Bounds x="1126" y="810" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400177 <bpmndi:BPMNLabel>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530178 <dc:Bounds x="1109" y="764" width="83" height="40" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400179 </bpmndi:BPMNLabel>
180 </bpmndi:BPMNShape>
181 <bpmndi:BPMNEdge id="SequenceFlow_0q6uy30_di" bpmnElement="SequenceFlow_0q6uy30">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530182 <di:waypoint x="1151" y="860" />
183 <di:waypoint x="1151" y="1001" />
184 <di:waypoint x="443" y="1001" />
185 <di:waypoint x="443" y="875" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400186 <bpmndi:BPMNLabel>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530187 <dc:Bounds x="791" y="980" width="13" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400188 </bpmndi:BPMNLabel>
189 </bpmndi:BPMNEdge>
190 <bpmndi:BPMNShape id="ScriptTask_0y4u2ty_di" bpmnElement="ScriptTask_0y4u2ty">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530191 <dc:Bounds x="925" y="795" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400192 </bpmndi:BPMNShape>
193 <bpmndi:BPMNEdge id="SequenceFlow_1jenxlp_di" bpmnElement="SequenceFlow_1jenxlp">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530194 <di:waypoint x="1025" y="835" />
195 <di:waypoint x="1126" y="835" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400196 <bpmndi:BPMNLabel>
197 <dc:Bounds x="833.5" y="504" width="90" height="12" />
198 </bpmndi:BPMNLabel>
199 </bpmndi:BPMNEdge>
200 <bpmndi:BPMNShape id="ScriptTask_0l4nkqr_di" bpmnElement="ScriptTask_0l4nkqr">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530201 <dc:Bounds x="393" y="795" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400202 </bpmndi:BPMNShape>
203 <bpmndi:BPMNShape id="ExclusiveGateway_07rr3wp_di" bpmnElement="ExclusiveGateway_07rr3wp" isMarkerVisible="true">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530204 <dc:Bounds x="950" y="585" width="50" height="50" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400205 <bpmndi:BPMNLabel>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530206 <dc:Bounds x="931" y="553" width="88" height="27" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400207 </bpmndi:BPMNLabel>
208 </bpmndi:BPMNShape>
209 <bpmndi:BPMNEdge id="SequenceFlow_18wj44x_di" bpmnElement="SequenceFlow_18wj44x">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530210 <di:waypoint x="1000" y="610" />
211 <di:waypoint x="1512" y="610" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400212 <bpmndi:BPMNLabel>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530213 <dc:Bounds x="1029" y="604" width="13" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400214 </bpmndi:BPMNLabel>
215 </bpmndi:BPMNEdge>
216 <bpmndi:BPMNShape id="ScriptTask_0u88n0f_di" bpmnElement="Task_0qlkmvt">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530217 <dc:Bounds x="554" y="795" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400218 </bpmndi:BPMNShape>
219 <bpmndi:BPMNShape id="ScriptTask_1y17r20_di" bpmnElement="Task_12ghoph">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530220 <dc:Bounds x="748" y="795" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400221 </bpmndi:BPMNShape>
222 <bpmndi:BPMNShape id="IntermediateThrowEvent_11saqvj_di" bpmnElement="IntermediateThrowEvent_0bq4fxs">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530223 <dc:Bounds x="1512" y="103" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400224 <bpmndi:BPMNLabel>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530225 <dc:Bounds x="1490" y="143" width="86" height="40" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400226 </bpmndi:BPMNLabel>
227 </bpmndi:BPMNShape>
228 <bpmndi:BPMNEdge id="SequenceFlow_1qiiycn_di" bpmnElement="SequenceFlow_1qiiycn">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530229 <di:waypoint x="251" y="121" />
230 <di:waypoint x="323" y="121" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400231 <bpmndi:BPMNLabel>
232 <dc:Bounds x="90" y="-210" width="0" height="12" />
233 </bpmndi:BPMNLabel>
234 </bpmndi:BPMNEdge>
235 <bpmndi:BPMNEdge id="SequenceFlow_0w9t6tc_di" bpmnElement="SequenceFlow_0w9t6tc">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530236 <di:waypoint x="423" y="121" />
237 <di:waypoint x="968" y="121" />
238 <di:waypoint x="968" y="121" />
239 <di:waypoint x="1512" y="121" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400240 <bpmndi:BPMNLabel>
241 <dc:Bounds x="786" y="-195" width="0" height="12" />
242 </bpmndi:BPMNLabel>
243 </bpmndi:BPMNEdge>
244 <bpmndi:BPMNShape id="IntermediateThrowEvent_0f2w7aj_di" bpmnElement="IntermediateThrowEvent_0f2w7aj">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530245 <dc:Bounds x="1512" y="592" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400246 <bpmndi:BPMNLabel>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530247 <dc:Bounds x="1497" y="633" width="72" height="27" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400248 </bpmndi:BPMNLabel>
249 </bpmndi:BPMNShape>
250 <bpmndi:BPMNEdge id="SequenceFlow_1vprtt9_di" bpmnElement="SequenceFlow_1vprtt9">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530251 <di:waypoint x="975" y="635" />
252 <di:waypoint x="975" y="703" />
253 <di:waypoint x="1058" y="704" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400254 <bpmndi:BPMNLabel>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530255 <dc:Bounds x="982" y="663" width="18" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400256 </bpmndi:BPMNLabel>
257 </bpmndi:BPMNEdge>
258 <bpmndi:BPMNShape id="IntermediateCatchEvent_05dus9b_di" bpmnElement="IntermediateCatchEvent_05dus9b">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530259 <dc:Bounds x="215" y="592" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400260 <bpmndi:BPMNLabel>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530261 <dc:Bounds x="194" y="628" width="83" height="27" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400262 </bpmndi:BPMNLabel>
263 </bpmndi:BPMNShape>
264 <bpmndi:BPMNEdge id="SequenceFlow_1hbesp9_di" bpmnElement="SequenceFlow_1hbesp9">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530265 <di:waypoint x="251" y="610" />
266 <di:waypoint x="641" y="610" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400267 <bpmndi:BPMNLabel>
268 <dc:Bounds x="204" y="279" width="90" height="12" />
269 </bpmndi:BPMNLabel>
270 </bpmndi:BPMNEdge>
271 <bpmndi:BPMNShape id="IntermediateCatchEvent_02bah5m_di" bpmnElement="IntermediateCatchEvent_02bah5m">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530272 <dc:Bounds x="171" y="817" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400273 <bpmndi:BPMNLabel>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530274 <dc:Bounds x="156" y="853" width="72" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400275 </bpmndi:BPMNLabel>
276 </bpmndi:BPMNShape>
277 <bpmndi:BPMNEdge id="SequenceFlow_16nxl6h_di" bpmnElement="SequenceFlow_16nxl6h">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530278 <di:waypoint x="1176" y="835" />
279 <di:waypoint x="1316" y="835" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400280 <bpmndi:BPMNLabel>
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530281 <dc:Bounds x="1238" y="814" width="18" height="14" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400282 </bpmndi:BPMNLabel>
283 </bpmndi:BPMNEdge>
284 <bpmndi:BPMNEdge id="SequenceFlow_0uiygod_di" bpmnElement="SequenceFlow_0uiygod">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530285 <di:waypoint x="493" y="835" />
286 <di:waypoint x="554" y="835" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400287 <bpmndi:BPMNLabel>
288 <dc:Bounds x="326.5" y="504" width="0" height="12" />
289 </bpmndi:BPMNLabel>
290 </bpmndi:BPMNEdge>
291 <bpmndi:BPMNEdge id="SequenceFlow_1u9k0dm_di" bpmnElement="SequenceFlow_1u9k0dm">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530292 <di:waypoint x="654" y="835" />
293 <di:waypoint x="748" y="835" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400294 <bpmndi:BPMNLabel>
295 <dc:Bounds x="504" y="504" width="0" height="12" />
296 </bpmndi:BPMNLabel>
297 </bpmndi:BPMNEdge>
298 <bpmndi:BPMNEdge id="SequenceFlow_13c7bhn_di" bpmnElement="SequenceFlow_13c7bhn">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530299 <di:waypoint x="848" y="835" />
300 <di:waypoint x="925" y="835" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400301 <bpmndi:BPMNLabel>
302 <dc:Bounds x="689.5" y="504" width="0" height="12" />
303 </bpmndi:BPMNLabel>
304 </bpmndi:BPMNEdge>
305 <bpmndi:BPMNEdge id="SequenceFlow_1qozd66_di" bpmnElement="SequenceFlow_1qozd66">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530306 <di:waypoint x="207" y="835" />
307 <di:waypoint x="393" y="835" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400308 <bpmndi:BPMNLabel>
309 <dc:Bounds x="125" y="504" width="0" height="12" />
310 </bpmndi:BPMNLabel>
311 </bpmndi:BPMNEdge>
312 <bpmndi:BPMNShape id="EndEvent_1ddg1di_di" bpmnElement="EndEvent_1ddg1di">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530313 <dc:Bounds x="1512" y="817" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400314 <bpmndi:BPMNLabel>
315 <dc:Bounds x="1332.8151147098515" y="546.9419703103914" width="0" height="12" />
316 </bpmndi:BPMNLabel>
317 </bpmndi:BPMNShape>
318 <bpmndi:BPMNEdge id="SequenceFlow_0epxs3b_di" bpmnElement="SequenceFlow_0epxs3b">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530319 <di:waypoint x="1416" y="835" />
320 <di:waypoint x="1512" y="835" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400321 <bpmndi:BPMNLabel>
322 <dc:Bounds x="1267" y="504" width="0" height="12" />
323 </bpmndi:BPMNLabel>
324 </bpmndi:BPMNEdge>
325 <bpmndi:BPMNShape id="SubProcess_0sfdqc1_di" bpmnElement="SubProcess_0sfdqc1" isExpanded="true">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530326 <dc:Bounds x="535" y="1127" width="467" height="193" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400327 </bpmndi:BPMNShape>
328 <bpmndi:BPMNShape id="StartEvent_0x7o2ug_di" bpmnElement="StartEvent_0x7o2ug">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530329 <dc:Bounds x="604" y="1195" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400330 <bpmndi:BPMNLabel>
331 <dc:Bounds x="335" y="926" width="0" height="12" />
332 </bpmndi:BPMNLabel>
333 </bpmndi:BPMNShape>
334 <bpmndi:BPMNShape id="EndEvent_0lgdyyb_di" bpmnElement="EndEvent_0lgdyyb">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530335 <dc:Bounds x="897" y="1195" width="36" height="36" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400336 <bpmndi:BPMNLabel>
337 <dc:Bounds x="628" y="926" width="0" height="12" />
338 </bpmndi:BPMNLabel>
339 </bpmndi:BPMNShape>
340 <bpmndi:BPMNShape id="ScriptTask_1648adp_di" bpmnElement="ScriptTask_1648adp">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530341 <dc:Bounds x="708" y="1173" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400342 </bpmndi:BPMNShape>
343 <bpmndi:BPMNEdge id="SequenceFlow_0gr9xqj_di" bpmnElement="SequenceFlow_0gr9xqj">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530344 <di:waypoint x="640" y="1213" />
345 <di:waypoint x="708" y="1213" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400346 <bpmndi:BPMNLabel>
347 <dc:Bounds x="387" y="888" width="0" height="12" />
348 </bpmndi:BPMNLabel>
349 </bpmndi:BPMNEdge>
350 <bpmndi:BPMNEdge id="SequenceFlow_0a6l29p_di" bpmnElement="SequenceFlow_0a6l29p">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530351 <di:waypoint x="808" y="1213" />
352 <di:waypoint x="897" y="1213" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400353 <bpmndi:BPMNLabel>
354 <dc:Bounds x="567.5" y="888" width="0" height="12" />
355 </bpmndi:BPMNLabel>
356 </bpmndi:BPMNEdge>
357 <bpmndi:BPMNShape id="ScriptTask_0dh2mj1_di" bpmnElement="Task_1blaq0f">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530358 <dc:Bounds x="1058" y="664" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400359 </bpmndi:BPMNShape>
360 <bpmndi:BPMNEdge id="SequenceFlow_0k0f7lm_di" bpmnElement="SequenceFlow_0k0f7lm">
sarada prasad sahoof4bf9e72019-06-07 14:46:36 +0530361 <di:waypoint x="1158" y="704" />
362 <di:waypoint x="1244" y="703" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400363 <bpmndi:BPMNLabel>
364 <dc:Bounds x="1004" y="372.5" width="0" height="12" />
365 </bpmndi:BPMNLabel>
366 </bpmndi:BPMNEdge>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400367 </bpmndi:BPMNPlane>
368 </bpmndi:BPMNDiagram>
369</bpmn2:definitions>