Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 2 | <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="1.10.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> |
Benjamin, Max (mb388a) | 209f793 | 2019-01-11 21:19:45 -0500 | [diff] [blame] | 3 | <bpmn2:process id="DoCreateServiceInstance" name="DoCreateServiceInstance" isExecutable="true"> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 4 | <bpmn2:startEvent id="createSI_startEvent" name="Start Flow"> |
| 5 | <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing> |
| 6 | </bpmn2:startEvent> |
| 7 | <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="createSI_startEvent" targetRef="preProcessRequest_ScriptTask" /> |
| 8 | <bpmn2:scriptTask id="getAAICustomerById_scriptTask" name="Get AAI Customer By globalCustomerId " scriptFormat="groovy"> |
| 9 | <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming> |
| 10 | <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing> |
| 11 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 12 | def dcsi = new DoCreateServiceInstance() |
| 13 | dcsi.getAAICustomerById(execution)]]></bpmn2:script> |
| 14 | </bpmn2:scriptTask> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 15 | <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="getAAICustomerById_scriptTask" targetRef="ScriptTask_0q37vn9" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 16 | <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy"> |
| 17 | <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming> |
| 18 | <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing> |
| 19 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 20 | def dcsi = new DoCreateServiceInstance() |
| 21 | dcsi.preProcessRequest(execution) |
| 22 | ]]></bpmn2:script> |
| 23 | </bpmn2:scriptTask> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 24 | <bpmn2:scriptTask id="PreProcessSDNCAssignRequest" name="PreProcess SDNC Assign Request" scriptFormat="groovy"> |
| 25 | <bpmn2:incoming>SequenceFlow_156ih25</bpmn2:incoming> |
| 26 | <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing> |
| 27 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 28 | def dcsi = new DoCreateServiceInstance() |
| 29 | dcsi.preProcessSDNCAssignRequest(execution)]]></bpmn2:script> |
| 30 | </bpmn2:scriptTask> |
| 31 | <bpmn2:scriptTask id="PostProcessSDNCAssignRequest" name="Post Process SDNC Assign Request" scriptFormat="groovy"> |
| 32 | <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming> |
| 33 | <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing> |
| 34 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 35 | def dcsi = new DoCreateServiceInstance() |
| 36 | dcsi.postProcessSDNCAssign(execution)]]></bpmn2:script> |
| 37 | </bpmn2:scriptTask> |
| 38 | <bpmn2:callActivity id="CallSDNCAdapterServiceTopologyAssign" name="Call SDNC Adapter Service Topology Assign" calledElement="sdncAdapter"> |
| 39 | <bpmn2:extensionElements> |
| 40 | <camunda:in source="sdncAssignRequest" target="sdncAdapterWorkflowRequest" /> |
| 41 | <camunda:in source="msoRequestId" target="mso-request-id" /> |
| 42 | <camunda:in source="serviceInstanceId" target="mso-service-instance-id" /> |
| 43 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 44 | <camunda:out source="sdncAdapterResponse" target="sdncAdapterResponse" /> |
| 45 | <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" /> |
| 46 | </bpmn2:extensionElements> |
| 47 | <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming> |
| 48 | <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing> |
| 49 | </bpmn2:callActivity> |
| 50 | <bpmn2:endEvent id="EndEvent_3"> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 51 | <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 52 | </bpmn2:endEvent> |
| 53 | <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="getAAICustomerById_scriptTask" /> |
| 54 | <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="PreProcessSDNCAssignRequest" targetRef="CallSDNCAdapterServiceTopologyAssign" /> |
| 55 | <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="CallSDNCAdapterServiceTopologyAssign" targetRef="PostProcessSDNCAssignRequest" /> |
Benjamin, Max (mb388a) | 0bb644b | 2018-08-07 16:06:09 -0400 | [diff] [blame] | 56 | <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="PostProcessSDNCAssignRequest" targetRef="EndEvent_3" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 57 | <bpmn2:subProcess id="SubProcess_06d8lk8" name="Sub-process for Application Errors" triggeredByEvent="true"> |
| 58 | <bpmn2:startEvent id="StartEvent_0yljq9y"> |
| 59 | <bpmn2:outgoing>SequenceFlow_0tgrn11</bpmn2:outgoing> |
| 60 | <bpmn2:errorEventDefinition errorRef="Error_2" /> |
| 61 | </bpmn2:startEvent> |
| 62 | <bpmn2:endEvent id="EndEvent_117lkk3"> |
| 63 | <bpmn2:incoming>SequenceFlow_1xzgv5k</bpmn2:incoming> |
| 64 | </bpmn2:endEvent> |
| 65 | <bpmn2:callActivity id="CallActivity_1srx6p6" name="Call DoCreateServiceInstanceRollback" calledElement="DoCreateServiceInstanceRollback"> |
| 66 | <bpmn2:extensionElements> |
| 67 | <camunda:in source="msoRequestId" target="mso-request-id" /> |
| 68 | <camunda:in source="rollbackData" target="rollbackData" /> |
| 69 | <camunda:out source="rolledBack" target="rolledBack" /> |
| 70 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 71 | <camunda:out source="rollbackError" target="rollbackErrror" /> |
| 72 | </bpmn2:extensionElements> |
| 73 | <bpmn2:incoming>SequenceFlow_1lqktwf</bpmn2:incoming> |
| 74 | <bpmn2:outgoing>SequenceFlow_0eumzpf</bpmn2:outgoing> |
| 75 | </bpmn2:callActivity> |
| 76 | <bpmn2:sequenceFlow id="SequenceFlow_0eumzpf" sourceRef="CallActivity_1srx6p6" targetRef="ScriptTask_1p0vyip" /> |
| 77 | <bpmn2:sequenceFlow id="SequenceFlow_0tgrn11" sourceRef="StartEvent_0yljq9y" targetRef="ScriptTask_0ocetux" /> |
| 78 | <bpmn2:scriptTask id="ScriptTask_0ocetux" name="Pre Process Rollback" scriptFormat="groovy"> |
| 79 | <bpmn2:incoming>SequenceFlow_0tgrn11</bpmn2:incoming> |
| 80 | <bpmn2:outgoing>SequenceFlow_1lqktwf</bpmn2:outgoing> |
| 81 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 82 | def dcsi = new DoCreateServiceInstance() |
| 83 | dcsi.preProcessRollback(execution) |
| 84 | ]]></bpmn2:script> |
| 85 | </bpmn2:scriptTask> |
| 86 | <bpmn2:sequenceFlow id="SequenceFlow_1lqktwf" sourceRef="ScriptTask_0ocetux" targetRef="CallActivity_1srx6p6" /> |
| 87 | <bpmn2:scriptTask id="ScriptTask_1p0vyip" name="Post Process Rollback" scriptFormat="groovy"> |
| 88 | <bpmn2:incoming>SequenceFlow_0eumzpf</bpmn2:incoming> |
| 89 | <bpmn2:outgoing>SequenceFlow_1xzgv5k</bpmn2:outgoing> |
| 90 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 91 | def dcsi = new DoCreateServiceInstance() |
| 92 | dcsi.postProcessRollback(execution) |
| 93 | ]]></bpmn2:script> |
| 94 | </bpmn2:scriptTask> |
| 95 | <bpmn2:sequenceFlow id="SequenceFlow_1xzgv5k" sourceRef="ScriptTask_1p0vyip" targetRef="EndEvent_117lkk3" /> |
| 96 | </bpmn2:subProcess> |
| 97 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1nk6aol" name="sdncVersion is 1610 and not port mirror?" default="SequenceFlow_156ih25"> |
| 98 | <bpmn2:incoming>SequenceFlow_0w5i6vf</bpmn2:incoming> |
| 99 | <bpmn2:outgoing>SequenceFlow_156ih25</bpmn2:outgoing> |
| 100 | <bpmn2:outgoing>SequenceFlow_00v4npo</bpmn2:outgoing> |
| 101 | </bpmn2:exclusiveGateway> |
| 102 | <bpmn2:sequenceFlow id="SequenceFlow_156ih25" name="no" sourceRef="ExclusiveGateway_1nk6aol" targetRef="PreProcessSDNCAssignRequest" /> |
| 103 | <bpmn2:endEvent id="EndEvent_10659gr"> |
| 104 | <bpmn2:incoming>SequenceFlow_00v4npo</bpmn2:incoming> |
| 105 | </bpmn2:endEvent> |
| 106 | <bpmn2:sequenceFlow id="SequenceFlow_00v4npo" name="yes" sourceRef="ExclusiveGateway_1nk6aol" targetRef="EndEvent_10659gr"> |
| 107 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{!execution.getVariable("sendToSDNC")}]]></bpmn2:conditionExpression> |
| 108 | </bpmn2:sequenceFlow> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 109 | <bpmn2:scriptTask id="ScriptTask_0q37vn9" name=" AAI Create (svc instance) " scriptFormat="groovy"> |
| 110 | <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 111 | <bpmn2:outgoing>SequenceFlow_16sdyz9</bpmn2:outgoing> |
| 112 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 113 | def ddsi = new DoCreateServiceInstance() |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 114 | ddsi.putServiceInstance(execution)]]></bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 115 | </bpmn2:scriptTask> |
| 116 | <bpmn2:sequenceFlow id="SequenceFlow_0k0wn03" sourceRef="Task_0wj9ajs" targetRef="Task_1g8wthf" /> |
| 117 | <bpmn2:scriptTask id="Task_0wj9ajs" name="Create Project" scriptFormat="groovy"> |
| 118 | <bpmn2:incoming>SequenceFlow_16sdyz9</bpmn2:incoming> |
| 119 | <bpmn2:outgoing>SequenceFlow_0k0wn03</bpmn2:outgoing> |
| 120 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 121 | def dcsi = new DoCreateServiceInstance() |
| 122 | dcsi.createProject(execution)]]></bpmn2:script> |
| 123 | </bpmn2:scriptTask> |
| 124 | <bpmn2:scriptTask id="Task_1g8wthf" name="Create Owning Entity" scriptFormat="groovy"> |
| 125 | <bpmn2:incoming>SequenceFlow_0k0wn03</bpmn2:incoming> |
| 126 | <bpmn2:outgoing>SequenceFlow_0w5i6vf</bpmn2:outgoing> |
| 127 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 128 | def dcsi = new DoCreateServiceInstance() |
| 129 | dcsi.createOwningEntity(execution)]]></bpmn2:script> |
| 130 | </bpmn2:scriptTask> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 131 | <bpmn2:sequenceFlow id="SequenceFlow_0w5i6vf" sourceRef="Task_1g8wthf" targetRef="ExclusiveGateway_1nk6aol" /> |
| 132 | <bpmn2:sequenceFlow id="SequenceFlow_16sdyz9" sourceRef="ScriptTask_0q37vn9" targetRef="Task_0wj9ajs" /> |
| 133 | <bpmn2:subProcess id="SubProcess_1awd8cm" name="Sub-process for UnexpectedErrors" triggeredByEvent="true"> |
| 134 | <bpmn2:scriptTask id="ScriptTask_1thtxi5" name="Log / Print Unexpected Error" scriptFormat="groovy"> |
| 135 | <bpmn2:incoming>SequenceFlow_0x48any</bpmn2:incoming> |
| 136 | <bpmn2:outgoing>SequenceFlow_052o4xc</bpmn2:outgoing> |
| 137 | <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.* |
| 138 | def dcsi = new DoCreateServiceInstance() |
| 139 | dcsi.processJavaException(execution)]]></bpmn2:script> |
| 140 | </bpmn2:scriptTask> |
| 141 | <bpmn2:startEvent id="StartEvent_0xjnqhv"> |
| 142 | <bpmn2:outgoing>SequenceFlow_0x48any</bpmn2:outgoing> |
| 143 | <bpmn2:errorEventDefinition errorRef="Error_1" /> |
| 144 | </bpmn2:startEvent> |
| 145 | <bpmn2:endEvent id="EndEvent_0eikrc1"> |
| 146 | <bpmn2:incoming>SequenceFlow_052o4xc</bpmn2:incoming> |
| 147 | </bpmn2:endEvent> |
| 148 | <bpmn2:sequenceFlow id="SequenceFlow_0x48any" name="" sourceRef="StartEvent_0xjnqhv" targetRef="ScriptTask_1thtxi5" /> |
| 149 | <bpmn2:sequenceFlow id="SequenceFlow_052o4xc" name="" sourceRef="ScriptTask_1thtxi5" targetRef="EndEvent_0eikrc1" /> |
| 150 | </bpmn2:subProcess> |
| 151 | </bpmn2:process> |
| 152 | <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 153 | <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" /> |
| 154 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 155 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateServiceInstance"> |
| 156 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent"> |
| 157 | <dc:Bounds x="152" y="79" width="36" height="36" /> |
| 158 | <bpmndi:BPMNLabel> |
| 159 | <dc:Bounds x="147" y="120" width="48" height="14" /> |
| 160 | </bpmndi:BPMNLabel> |
| 161 | </bpmndi:BPMNShape> |
| 162 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask"> |
| 163 | <dc:Bounds x="245" y="57" width="100" height="80" /> |
| 164 | </bpmndi:BPMNShape> |
| 165 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61"> |
| 166 | <di:waypoint xsi:type="dc:Point" x="188" y="97" /> |
| 167 | <di:waypoint xsi:type="dc:Point" x="245" y="97" /> |
| 168 | <bpmndi:BPMNLabel> |
| 169 | <dc:Bounds x="217" y="82" width="0" height="0" /> |
| 170 | </bpmndi:BPMNLabel> |
| 171 | </bpmndi:BPMNEdge> |
| 172 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_62" bpmnElement="getAAICustomerById_scriptTask"> |
| 173 | <dc:Bounds x="393" y="57" width="100" height="80" /> |
| 174 | </bpmndi:BPMNShape> |
| 175 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_62"> |
| 176 | <di:waypoint xsi:type="dc:Point" x="493" y="97" /> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 177 | <di:waypoint xsi:type="dc:Point" x="572" y="97" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 178 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 179 | <dc:Bounds x="487.5" y="82" width="90" height="0" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 180 | </bpmndi:BPMNLabel> |
| 181 | </bpmndi:BPMNEdge> |
| 182 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_3"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 183 | <dc:Bounds x="1057" y="660" width="36" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 184 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 185 | <dc:Bounds x="1030" y="701" width="90" height="0" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 186 | </bpmndi:BPMNLabel> |
| 187 | </bpmndi:BPMNShape> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 188 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_334" bpmnElement="PreProcessSDNCAssignRequest"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 189 | <dc:Bounds x="1025" y="202" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 190 | </bpmndi:BPMNShape> |
| 191 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_335" bpmnElement="PostProcessSDNCAssignRequest"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 192 | <dc:Bounds x="1025" y="493" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 193 | </bpmndi:BPMNShape> |
| 194 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_74" bpmnElement="CallSDNCAdapterServiceTopologyAssign"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 195 | <dc:Bounds x="1025" y="339" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 196 | </bpmndi:BPMNShape> |
| 197 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_62"> |
| 198 | <di:waypoint xsi:type="dc:Point" x="345" y="97" /> |
| 199 | <di:waypoint xsi:type="dc:Point" x="393" y="97" /> |
| 200 | <bpmndi:BPMNLabel> |
| 201 | <dc:Bounds x="369" y="82" width="0" height="0" /> |
| 202 | </bpmndi:BPMNLabel> |
| 203 | </bpmndi:BPMNEdge> |
| 204 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_334" targetElement="_BPMNShape_CallActivity_74"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 205 | <di:waypoint xsi:type="dc:Point" x="1073" y="282" /> |
| 206 | <di:waypoint xsi:type="dc:Point" x="1073" y="339" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 207 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 208 | <dc:Bounds x="1043" y="310.5" width="90" height="0" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 209 | </bpmndi:BPMNLabel> |
| 210 | </bpmndi:BPMNEdge> |
| 211 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_CallActivity_74" targetElement="_BPMNShape_ScriptTask_335"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 212 | <di:waypoint xsi:type="dc:Point" x="1075" y="419" /> |
| 213 | <di:waypoint xsi:type="dc:Point" x="1075" y="459" /> |
| 214 | <di:waypoint xsi:type="dc:Point" x="1075" y="459" /> |
| 215 | <di:waypoint xsi:type="dc:Point" x="1075" y="493" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 216 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 217 | <dc:Bounds x="1045" y="459" width="90" height="0" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 218 | </bpmndi:BPMNLabel> |
| 219 | </bpmndi:BPMNEdge> |
| 220 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_335"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 221 | <di:waypoint xsi:type="dc:Point" x="1076" y="573" /> |
| 222 | <di:waypoint xsi:type="dc:Point" x="1076" y="617" /> |
| 223 | <di:waypoint xsi:type="dc:Point" x="1075" y="617" /> |
| 224 | <di:waypoint xsi:type="dc:Point" x="1075" y="660" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 225 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 226 | <dc:Bounds x="1030.5" y="602" width="90" height="0" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 227 | </bpmndi:BPMNLabel> |
| 228 | </bpmndi:BPMNEdge> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 229 | <bpmndi:BPMNShape id="SubProcess_06d8lk8_di" bpmnElement="SubProcess_06d8lk8" isExpanded="true"> |
| 230 | <dc:Bounds x="99" y="531" width="783" height="195" /> |
| 231 | </bpmndi:BPMNShape> |
| 232 | <bpmndi:BPMNShape id="StartEvent_0yljq9y_di" bpmnElement="StartEvent_0yljq9y"> |
| 233 | <dc:Bounds x="195" y="608" width="36" height="36" /> |
| 234 | <bpmndi:BPMNLabel> |
| 235 | <dc:Bounds x="213" y="649" width="0" height="0" /> |
| 236 | </bpmndi:BPMNLabel> |
| 237 | </bpmndi:BPMNShape> |
| 238 | <bpmndi:BPMNShape id="EndEvent_117lkk3_di" bpmnElement="EndEvent_117lkk3"> |
| 239 | <dc:Bounds x="828" y="608" width="36" height="36" /> |
| 240 | <bpmndi:BPMNLabel> |
| 241 | <dc:Bounds x="846" y="649" width="0" height="0" /> |
| 242 | </bpmndi:BPMNLabel> |
| 243 | </bpmndi:BPMNShape> |
| 244 | <bpmndi:BPMNShape id="CallActivity_1srx6p6_di" bpmnElement="CallActivity_1srx6p6"> |
| 245 | <dc:Bounds x="493" y="586" width="100" height="80" /> |
| 246 | </bpmndi:BPMNShape> |
| 247 | <bpmndi:BPMNEdge id="SequenceFlow_0eumzpf_di" bpmnElement="SequenceFlow_0eumzpf"> |
| 248 | <di:waypoint xsi:type="dc:Point" x="593" y="626" /> |
| 249 | <di:waypoint xsi:type="dc:Point" x="661" y="626" /> |
| 250 | <bpmndi:BPMNLabel> |
| 251 | <dc:Bounds x="627" y="611" width="0" height="0" /> |
| 252 | </bpmndi:BPMNLabel> |
| 253 | </bpmndi:BPMNEdge> |
| 254 | <bpmndi:BPMNEdge id="SequenceFlow_0tgrn11_di" bpmnElement="SequenceFlow_0tgrn11"> |
| 255 | <di:waypoint xsi:type="dc:Point" x="231" y="626" /> |
| 256 | <di:waypoint xsi:type="dc:Point" x="330" y="626" /> |
| 257 | <bpmndi:BPMNLabel> |
| 258 | <dc:Bounds x="281" y="611" width="0" height="0" /> |
| 259 | </bpmndi:BPMNLabel> |
| 260 | </bpmndi:BPMNEdge> |
| 261 | <bpmndi:BPMNShape id="ExclusiveGateway_1nk6aol_di" bpmnElement="ExclusiveGateway_1nk6aol" isMarkerVisible="true"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 262 | <dc:Bounds x="1050" y="72" width="50" height="50" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 263 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 264 | <dc:Bounds x="1032" y="32" width="86" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 265 | </bpmndi:BPMNLabel> |
| 266 | </bpmndi:BPMNShape> |
| 267 | <bpmndi:BPMNEdge id="SequenceFlow_156ih25_di" bpmnElement="SequenceFlow_156ih25"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 268 | <di:waypoint xsi:type="dc:Point" x="1075" y="122" /> |
| 269 | <di:waypoint xsi:type="dc:Point" x="1075" y="202" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 270 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 271 | <dc:Bounds x="1084" y="134.8139534883721" width="12" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 272 | </bpmndi:BPMNLabel> |
| 273 | </bpmndi:BPMNEdge> |
| 274 | <bpmndi:BPMNShape id="EndEvent_10659gr_di" bpmnElement="EndEvent_10659gr"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 275 | <dc:Bounds x="1168" y="79" width="36" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 276 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 277 | <dc:Bounds x="1141" y="120" width="90" height="0" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 278 | </bpmndi:BPMNLabel> |
| 279 | </bpmndi:BPMNShape> |
| 280 | <bpmndi:BPMNEdge id="SequenceFlow_00v4npo_di" bpmnElement="SequenceFlow_00v4npo"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 281 | <di:waypoint xsi:type="dc:Point" x="1100" y="97" /> |
| 282 | <di:waypoint xsi:type="dc:Point" x="1168" y="97" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 283 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 284 | <dc:Bounds x="1108.5" y="99.57142857142858" width="19" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 285 | </bpmndi:BPMNLabel> |
| 286 | </bpmndi:BPMNEdge> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 287 | <bpmndi:BPMNShape id="ScriptTask_0ocetux_di" bpmnElement="ScriptTask_0ocetux"> |
| 288 | <dc:Bounds x="330" y="586" width="100" height="80" /> |
| 289 | </bpmndi:BPMNShape> |
| 290 | <bpmndi:BPMNEdge id="SequenceFlow_1lqktwf_di" bpmnElement="SequenceFlow_1lqktwf"> |
| 291 | <di:waypoint xsi:type="dc:Point" x="430" y="626" /> |
| 292 | <di:waypoint xsi:type="dc:Point" x="493" y="626" /> |
| 293 | <bpmndi:BPMNLabel> |
| 294 | <dc:Bounds x="462" y="611" width="0" height="0" /> |
| 295 | </bpmndi:BPMNLabel> |
| 296 | </bpmndi:BPMNEdge> |
| 297 | <bpmndi:BPMNShape id="ScriptTask_1p0vyip_di" bpmnElement="ScriptTask_1p0vyip"> |
| 298 | <dc:Bounds x="661" y="586" width="100" height="80" /> |
| 299 | </bpmndi:BPMNShape> |
| 300 | <bpmndi:BPMNEdge id="SequenceFlow_1xzgv5k_di" bpmnElement="SequenceFlow_1xzgv5k"> |
| 301 | <di:waypoint xsi:type="dc:Point" x="761" y="626" /> |
| 302 | <di:waypoint xsi:type="dc:Point" x="793" y="626" /> |
| 303 | <di:waypoint xsi:type="dc:Point" x="793" y="626" /> |
| 304 | <di:waypoint xsi:type="dc:Point" x="828" y="626" /> |
| 305 | <bpmndi:BPMNLabel> |
| 306 | <dc:Bounds x="808" y="626" width="0" height="0" /> |
| 307 | </bpmndi:BPMNLabel> |
| 308 | </bpmndi:BPMNEdge> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 309 | <bpmndi:BPMNShape id="ScriptTask_0q37vn9_di" bpmnElement="ScriptTask_0q37vn9"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 310 | <dc:Bounds x="572" y="57" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 311 | </bpmndi:BPMNShape> |
| 312 | <bpmndi:BPMNEdge id="SequenceFlow_0k0wn03_di" bpmnElement="SequenceFlow_0k0wn03"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 313 | <di:waypoint xsi:type="dc:Point" x="833" y="97" /> |
| 314 | <di:waypoint xsi:type="dc:Point" x="886" y="97" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 315 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 316 | <dc:Bounds x="814.5" y="76" width="90" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 317 | </bpmndi:BPMNLabel> |
| 318 | </bpmndi:BPMNEdge> |
| 319 | <bpmndi:BPMNShape id="ScriptTask_0v8y3ex_di" bpmnElement="Task_0wj9ajs"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 320 | <dc:Bounds x="733" y="57" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 321 | </bpmndi:BPMNShape> |
| 322 | <bpmndi:BPMNShape id="ScriptTask_0lndrbk_di" bpmnElement="Task_1g8wthf"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 323 | <dc:Bounds x="886" y="57" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 324 | </bpmndi:BPMNShape> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 325 | <bpmndi:BPMNEdge id="SequenceFlow_0w5i6vf_di" bpmnElement="SequenceFlow_0w5i6vf"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 326 | <di:waypoint xsi:type="dc:Point" x="986" y="97" /> |
| 327 | <di:waypoint xsi:type="dc:Point" x="1050" y="97" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 328 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 329 | <dc:Bounds x="973" y="76" width="90" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 330 | </bpmndi:BPMNLabel> |
| 331 | </bpmndi:BPMNEdge> |
| 332 | <bpmndi:BPMNEdge id="SequenceFlow_16sdyz9_di" bpmnElement="SequenceFlow_16sdyz9"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 333 | <di:waypoint xsi:type="dc:Point" x="672" y="97" /> |
| 334 | <di:waypoint xsi:type="dc:Point" x="733" y="97" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 335 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 336 | <dc:Bounds x="657.5" y="76" width="90" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 337 | </bpmndi:BPMNLabel> |
| 338 | </bpmndi:BPMNEdge> |
| 339 | <bpmndi:BPMNShape id="SubProcess_1awd8cm_di" bpmnElement="SubProcess_1awd8cm" isExpanded="true"> |
| 340 | <dc:Bounds x="98" y="304" width="394" height="188" /> |
| 341 | </bpmndi:BPMNShape> |
| 342 | <bpmndi:BPMNShape id="ScriptTask_1thtxi5_di" bpmnElement="ScriptTask_1thtxi5"> |
| 343 | <dc:Bounds x="246" y="359" width="100" height="80" /> |
| 344 | </bpmndi:BPMNShape> |
| 345 | <bpmndi:BPMNShape id="StartEvent_0xjnqhv_di" bpmnElement="StartEvent_0xjnqhv"> |
| 346 | <dc:Bounds x="131" y="381" width="36" height="36" /> |
| 347 | <bpmndi:BPMNLabel> |
| 348 | <dc:Bounds x="149" y="422" width="0" height="0" /> |
| 349 | </bpmndi:BPMNLabel> |
| 350 | </bpmndi:BPMNShape> |
| 351 | <bpmndi:BPMNShape id="EndEvent_0eikrc1_di" bpmnElement="EndEvent_0eikrc1"> |
| 352 | <dc:Bounds x="407" y="381" width="36" height="36" /> |
| 353 | <bpmndi:BPMNLabel> |
| 354 | <dc:Bounds x="425" y="422" width="0" height="0" /> |
| 355 | </bpmndi:BPMNLabel> |
| 356 | </bpmndi:BPMNShape> |
| 357 | <bpmndi:BPMNEdge id="SequenceFlow_0x48any_di" bpmnElement="SequenceFlow_0x48any"> |
| 358 | <di:waypoint xsi:type="dc:Point" x="167" y="399" /> |
| 359 | <di:waypoint xsi:type="dc:Point" x="246" y="399" /> |
| 360 | <bpmndi:BPMNLabel> |
| 361 | <dc:Bounds x="209" y="399" width="0" height="0" /> |
| 362 | </bpmndi:BPMNLabel> |
| 363 | </bpmndi:BPMNEdge> |
| 364 | <bpmndi:BPMNEdge id="SequenceFlow_052o4xc_di" bpmnElement="SequenceFlow_052o4xc"> |
| 365 | <di:waypoint xsi:type="dc:Point" x="346" y="399" /> |
| 366 | <di:waypoint xsi:type="dc:Point" x="407" y="399" /> |
| 367 | <bpmndi:BPMNLabel> |
| 368 | <dc:Bounds x="381" y="399" width="0" height="0" /> |
| 369 | </bpmndi:BPMNLabel> |
| 370 | </bpmndi:BPMNEdge> |
| 371 | </bpmndi:BPMNPlane> |
| 372 | </bpmndi:BPMNDiagram> |
Benjamin, Max (mb388a) | 209f793 | 2019-01-11 21:19:45 -0500 | [diff] [blame] | 373 | </bpmn2:definitions> |