Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [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="2.2.4" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 3 | <bpmn2:process id="DoCreateE2EServiceInstanceV3" name="DoCreateE2EServiceInstanceV3" 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> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 10 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 11 | def dcsi = new DoCreateE2EServiceInstance() |
| 12 | dcsi.preProcessRequest(execution) |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 13 | </bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 14 | </bpmn2:scriptTask> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 15 | <bpmn2:subProcess id="SubProcess_06d8lk8" name="Sub-process for Application Errors" triggeredByEvent="true"> |
| 16 | <bpmn2:startEvent id="StartEvent_0yljq9y"> |
| 17 | <bpmn2:outgoing>SequenceFlow_0tgrn11</bpmn2:outgoing> |
| 18 | <bpmn2:errorEventDefinition /> |
| 19 | </bpmn2:startEvent> |
| 20 | <bpmn2:endEvent id="EndEvent_117lkk3"> |
| 21 | <bpmn2:incoming>SequenceFlow_1xzgv5k</bpmn2:incoming> |
| 22 | </bpmn2:endEvent> |
| 23 | <bpmn2:callActivity id="CallActivity_1srx6p6" name="Call DoCreateE2EServiceInstanceRollback" calledElement="DoCreateE2EServiceInstanceRollback"> |
| 24 | <bpmn2:extensionElements> |
| 25 | <camunda:in source="msoRequestId" target="mso-request-id" /> |
| 26 | <camunda:in source="rollbackData" target="rollbackData" /> |
| 27 | <camunda:out source="rolledBack" target="rolledBack" /> |
| 28 | <camunda:in source="disableRollback" target="disableRollback" /> |
| 29 | <camunda:out source="rollbackError" target="rollbackErrror" /> |
| 30 | </bpmn2:extensionElements> |
| 31 | <bpmn2:incoming>SequenceFlow_1lqktwf</bpmn2:incoming> |
| 32 | <bpmn2:outgoing>SequenceFlow_0eumzpf</bpmn2:outgoing> |
| 33 | </bpmn2:callActivity> |
| 34 | <bpmn2:sequenceFlow id="SequenceFlow_0eumzpf" sourceRef="CallActivity_1srx6p6" targetRef="ScriptTask_1p0vyip" /> |
| 35 | <bpmn2:sequenceFlow id="SequenceFlow_0tgrn11" sourceRef="StartEvent_0yljq9y" targetRef="ScriptTask_0ocetux" /> |
| 36 | <bpmn2:scriptTask id="ScriptTask_0ocetux" name="Pre Process Rollback" scriptFormat="groovy"> |
| 37 | <bpmn2:incoming>SequenceFlow_0tgrn11</bpmn2:incoming> |
| 38 | <bpmn2:outgoing>SequenceFlow_1lqktwf</bpmn2:outgoing> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 39 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 40 | def dcsi = new DoCreateE2EServiceInstance() |
| 41 | dcsi.preProcessRollback(execution) |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 42 | </bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 43 | </bpmn2:scriptTask> |
| 44 | <bpmn2:sequenceFlow id="SequenceFlow_1lqktwf" sourceRef="ScriptTask_0ocetux" targetRef="CallActivity_1srx6p6" /> |
| 45 | <bpmn2:scriptTask id="ScriptTask_1p0vyip" name="Post Process Rollback" scriptFormat="groovy"> |
| 46 | <bpmn2:incoming>SequenceFlow_0eumzpf</bpmn2:incoming> |
| 47 | <bpmn2:outgoing>SequenceFlow_1xzgv5k</bpmn2:outgoing> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 48 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 49 | def dcsi = new DoCreateE2EServiceInstance() |
| 50 | dcsi.postProcessRollback(execution) |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 51 | </bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 52 | </bpmn2:scriptTask> |
| 53 | <bpmn2:sequenceFlow id="SequenceFlow_1xzgv5k" sourceRef="ScriptTask_1p0vyip" targetRef="EndEvent_117lkk3" /> |
| 54 | </bpmn2:subProcess> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 55 | <bpmn2:scriptTask id="ScriptTask_0q37vn9" name=" AAI Create (srv instance) " scriptFormat="groovy"> |
| 56 | <bpmn2:incoming>SequenceFlow_012h7yx</bpmn2:incoming> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 57 | <bpmn2:outgoing>SequenceFlow_1tkgqu3</bpmn2:outgoing> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 58 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 59 | def ddsi = new DoCreateE2EServiceInstance() |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 60 | ddsi.createServiceInstance(execution)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 61 | </bpmn2:scriptTask> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 62 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0bq4fxs" name="Go to Decompose_Service"> |
| 63 | <bpmn2:incoming>SequenceFlow_0w9t6tc</bpmn2:incoming> |
| 64 | <bpmn2:linkEventDefinition name="Decompose_Service" /> |
| 65 | </bpmn2:intermediateThrowEvent> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 66 | <bpmn2:scriptTask id="ScriptTask_1o01d7d" name="PostProcess Decompose Service " scriptFormat="groovy"> |
| 67 | <bpmn2:incoming>SequenceFlow_0xjwb45</bpmn2:incoming> |
| 68 | <bpmn2:outgoing>SequenceFlow_012h7yx</bpmn2:outgoing> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 69 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 70 | def dcsi= new DoCreateE2EServiceInstance() |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 71 | dcsi.processDecomposition(execution)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 72 | </bpmn2:scriptTask> |
| 73 | <bpmn2:callActivity id="CallActivity_0biblpc" name="Call Decompose Service" calledElement="DecomposeService"> |
| 74 | <bpmn2:extensionElements> |
| 75 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
| 76 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 77 | <camunda:in source="serviceModelInfo" target="serviceModelInfo" /> |
| 78 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 79 | <camunda:out source="serviceDecomposition" target="serviceDecomposition" /> |
| 80 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 81 | </bpmn2:extensionElements> |
| 82 | <bpmn2:incoming>SequenceFlow_0qxzgvq</bpmn2:incoming> |
| 83 | <bpmn2:outgoing>SequenceFlow_0xjwb45</bpmn2:outgoing> |
| 84 | </bpmn2:callActivity> |
| 85 | <bpmn2:scriptTask id="ScriptTask_1cllqk3" name="Prepare Decompose Service " scriptFormat="groovy"> |
| 86 | <bpmn2:incoming>SequenceFlow_166w91p</bpmn2:incoming> |
| 87 | <bpmn2:outgoing>SequenceFlow_0qxzgvq</bpmn2:outgoing> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 88 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 89 | def dcsi= new DoCreateE2EServiceInstance() |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 90 | dcsi.prepareDecomposeService(execution)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 91 | </bpmn2:scriptTask> |
| 92 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0tv85pg" name="Decompose_Service"> |
| 93 | <bpmn2:outgoing>SequenceFlow_166w91p</bpmn2:outgoing> |
| 94 | <bpmn2:linkEventDefinition name="Decompose_Service" /> |
| 95 | </bpmn2:intermediateCatchEvent> |
| 96 | <bpmn2:sequenceFlow id="SequenceFlow_0xjwb45" sourceRef="CallActivity_0biblpc" targetRef="ScriptTask_1o01d7d" /> |
| 97 | <bpmn2:sequenceFlow id="SequenceFlow_0qxzgvq" sourceRef="ScriptTask_1cllqk3" targetRef="CallActivity_0biblpc" /> |
| 98 | <bpmn2:sequenceFlow id="SequenceFlow_1qiiycn" sourceRef="createSI_startEvent" targetRef="preProcessRequest_ScriptTask" /> |
| 99 | <bpmn2:sequenceFlow id="SequenceFlow_166w91p" sourceRef="IntermediateCatchEvent_0tv85pg" targetRef="ScriptTask_1cllqk3" /> |
| 100 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_16okck2" name="GoTo StartPrepareResource"> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 101 | <bpmn2:incoming>SequenceFlow_1tkgqu3</bpmn2:incoming> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 102 | <bpmn2:linkEventDefinition name="StartPrepareResource" /> |
| 103 | </bpmn2:intermediateThrowEvent> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 104 | <bpmn2:sequenceFlow id="SequenceFlow_1tkgqu3" sourceRef="ScriptTask_0q37vn9" targetRef="IntermediateThrowEvent_16okck2" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 105 | <bpmn2:sequenceFlow id="SequenceFlow_0w9t6tc" sourceRef="preProcessRequest_ScriptTask" targetRef="IntermediateThrowEvent_0bq4fxs" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 106 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_05dus9b" name="StartPrepareResource"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 107 | <bpmn2:outgoing>SequenceFlow_0yuzaen</bpmn2:outgoing> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 108 | <bpmn2:linkEventDefinition name="StartPrepareResource" /> |
| 109 | </bpmn2:intermediateCatchEvent> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 110 | <bpmn2:sequenceFlow id="SequenceFlow_012h7yx" sourceRef="ScriptTask_1o01d7d" targetRef="ScriptTask_0q37vn9" /> |
| 111 | <bpmn2:scriptTask id="ScriptTask_1rzf8a1" name="Prepare Resource Oper Status" scriptFormat="groovy"> |
| 112 | <bpmn2:incoming>SequenceFlow_1y9rkfr</bpmn2:incoming> |
| 113 | <bpmn2:outgoing>SequenceFlow_0n7nbx3</bpmn2:outgoing> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 114 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 115 | def ddsi = new DoCreateE2EServiceInstance() |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 116 | ddsi.preInitResourcesOperStatus(execution)</bpmn2:script> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 117 | </bpmn2:scriptTask> |
| 118 | <bpmn2:serviceTask id="ServiceTask_1asgesv" name="Init Resource Oper Status"> |
| 119 | <bpmn2:extensionElements> |
| 120 | <camunda:connector> |
| 121 | <camunda:inputOutput> |
| 122 | <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter> |
| 123 | <camunda:inputParameter name="headers"> |
| 124 | <camunda:map> |
| 125 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
subhash kumar singh | 0578fc4 | 2018-11-15 12:27:09 +0530 | [diff] [blame] | 126 | <camunda:entry key="Authorization">Basic YnBlbDpwYXNzd29yZDEk</camunda:entry> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 127 | </camunda:map> |
| 128 | </camunda:inputParameter> |
| 129 | <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter> |
| 130 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 131 | <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter> |
| 132 | <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter> |
| 133 | </camunda:inputOutput> |
| 134 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 135 | </camunda:connector> |
| 136 | </bpmn2:extensionElements> |
| 137 | <bpmn2:incoming>SequenceFlow_0n7nbx3</bpmn2:incoming> |
| 138 | <bpmn2:outgoing>SequenceFlow_0ckto7v</bpmn2:outgoing> |
| 139 | </bpmn2:serviceTask> |
| 140 | <bpmn2:callActivity id="CallActivity_1gae03e" name="Call DoCreateResources" calledElement="DoCreateResourcesV3"> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 141 | <bpmn2:extensionElements> |
| 142 | <camunda:in source="nsServiceName" target="nsServiceName" /> |
| 143 | <camunda:in source="nsServiceDescription" target="nsServiceDescription" /> |
| 144 | <camunda:in source="globalSubscriberId" target="globalSubscriberId" /> |
| 145 | <camunda:in source="serviceType" target="serviceType" /> |
| 146 | <camunda:in source="serviceInstanceId" target="serviceInstanceId" /> |
| 147 | <camunda:in source="operationId" target="operationId" /> |
| 148 | <camunda:in source="resourceType" target="resourceType" /> |
| 149 | <camunda:in source="resourceUUID" target="resourceUUID" /> |
| 150 | <camunda:in source="resourceParameters" target="resourceParameters" /> |
| 151 | <camunda:in source="operationType" target="operationType" /> |
| 152 | <camunda:in source="addResourceList" target="addResourceList" /> |
| 153 | <camunda:in source="serviceInstanceName" target="serviceInstanceName" /> |
| 154 | <camunda:in source="serviceDecomposition" target="serviceDecomposition" /> |
| 155 | <camunda:in source="uuiRequest" target="uuiRequest" /> |
| 156 | <camunda:in source="msoRequestId" target="msoRequestId" /> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 157 | <camunda:out source="serviceDecomposition" target="serviceDecomposition" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 158 | </bpmn2:extensionElements> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 159 | <bpmn2:incoming>SequenceFlow_0b1dsaj</bpmn2:incoming> |
| 160 | <bpmn2:outgoing>SequenceFlow_0sphcy5</bpmn2:outgoing> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 161 | </bpmn2:callActivity> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 162 | <bpmn2:scriptTask id="ScriptTask_0ns08tn" name="PreProcess for Add Resources" scriptFormat="groovy"> |
| 163 | <bpmn2:incoming>SequenceFlow_022onug</bpmn2:incoming> |
| 164 | <bpmn2:outgoing>SequenceFlow_0b1dsaj</bpmn2:outgoing> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 165 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 166 | def csi = new DoCreateE2EServiceInstance() |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 167 | csi.preProcessForAddResource(execution)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 168 | </bpmn2:scriptTask> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 169 | <bpmn2:scriptTask id="ScriptTask_19t13rd" name="PostProcess for Add Resource" scriptFormat="groovy"> |
| 170 | <bpmn2:incoming>SequenceFlow_0sphcy5</bpmn2:incoming> |
| 171 | <bpmn2:outgoing>SequenceFlow_18gnns6</bpmn2:outgoing> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 172 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 173 | def csi = new DoCreateE2EServiceInstance() |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 174 | csi.postProcessForAddResource(execution)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 175 | </bpmn2:scriptTask> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 176 | <bpmn2:endEvent id="EndEvent_1x4kvfh"> |
| 177 | <bpmn2:incoming>SequenceFlow_18gnns6</bpmn2:incoming> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 178 | </bpmn2:endEvent> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 179 | <bpmn2:scriptTask id="ScriptTask_0jxdler" name="Process Site Location" scriptFormat="groovy"> |
| 180 | <bpmn2:incoming>SequenceFlow_0yuzaen</bpmn2:incoming> |
| 181 | <bpmn2:outgoing>SequenceFlow_1y9rkfr</bpmn2:outgoing> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 182 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Yulian Han | 0d5e1ab | 2018-08-21 16:33:03 +0800 | [diff] [blame] | 183 | def dcsi= new DoCreateE2EServiceInstance() |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 184 | dcsi.doProcessSiteLocation(execution)</bpmn2:script> |
Yulian Han | 0d5e1ab | 2018-08-21 16:33:03 +0800 | [diff] [blame] | 185 | </bpmn2:scriptTask> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 186 | <bpmn2:scriptTask id="ScriptTask_0ts3c3b" name="Process Link TP Resource Allocation" scriptFormat="groovy"> |
| 187 | <bpmn2:incoming>SequenceFlow_0ckto7v</bpmn2:incoming> |
| 188 | <bpmn2:outgoing>SequenceFlow_022onug</bpmn2:outgoing> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 189 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Yulian Han | 0d5e1ab | 2018-08-21 16:33:03 +0800 | [diff] [blame] | 190 | def dcsi= new DoCreateE2EServiceInstance() |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 191 | dcsi.doTPResourcesAllocation(execution)</bpmn2:script> |
Yulian Han | 0d5e1ab | 2018-08-21 16:33:03 +0800 | [diff] [blame] | 192 | </bpmn2:scriptTask> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 193 | <bpmn2:sequenceFlow id="SequenceFlow_1y9rkfr" sourceRef="ScriptTask_0jxdler" targetRef="ScriptTask_1rzf8a1" /> |
| 194 | <bpmn2:sequenceFlow id="SequenceFlow_0n7nbx3" sourceRef="ScriptTask_1rzf8a1" targetRef="ServiceTask_1asgesv" /> |
| 195 | <bpmn2:sequenceFlow id="SequenceFlow_0ckto7v" sourceRef="ServiceTask_1asgesv" targetRef="ScriptTask_0ts3c3b" /> |
| 196 | <bpmn2:sequenceFlow id="SequenceFlow_0b1dsaj" sourceRef="ScriptTask_0ns08tn" targetRef="CallActivity_1gae03e" /> |
| 197 | <bpmn2:sequenceFlow id="SequenceFlow_0sphcy5" sourceRef="CallActivity_1gae03e" targetRef="ScriptTask_19t13rd" /> |
| 198 | <bpmn2:sequenceFlow id="SequenceFlow_022onug" sourceRef="ScriptTask_0ts3c3b" targetRef="ScriptTask_0ns08tn" /> |
| 199 | <bpmn2:sequenceFlow id="SequenceFlow_18gnns6" sourceRef="ScriptTask_19t13rd" targetRef="EndEvent_1x4kvfh" /> |
| 200 | <bpmn2:sequenceFlow id="SequenceFlow_0yuzaen" sourceRef="IntermediateCatchEvent_05dus9b" targetRef="ScriptTask_0jxdler" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 201 | </bpmn2:process> |
| 202 | <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 203 | <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" /> |
| 204 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 205 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateE2EServiceInstanceV3"> |
| 206 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 207 | <dc:Bounds x="9" y="-22" width="36" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 208 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 209 | <dc:Bounds x="3" y="19" width="50" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 210 | </bpmndi:BPMNLabel> |
| 211 | </bpmndi:BPMNShape> |
| 212 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 213 | <dc:Bounds x="117" y="-44" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 214 | </bpmndi:BPMNShape> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 215 | <bpmndi:BPMNShape id="SubProcess_06d8lk8_di" bpmnElement="SubProcess_06d8lk8" isExpanded="true"> |
| 216 | <dc:Bounds x="15" y="865" width="783" height="195" /> |
| 217 | </bpmndi:BPMNShape> |
| 218 | <bpmndi:BPMNShape id="StartEvent_0yljq9y_di" bpmnElement="StartEvent_0yljq9y"> |
| 219 | <dc:Bounds x="111" y="942" width="36" height="36" /> |
| 220 | <bpmndi:BPMNLabel> |
| 221 | <dc:Bounds x="84" y="983" width="90" height="0" /> |
| 222 | </bpmndi:BPMNLabel> |
| 223 | </bpmndi:BPMNShape> |
| 224 | <bpmndi:BPMNShape id="EndEvent_117lkk3_di" bpmnElement="EndEvent_117lkk3"> |
| 225 | <dc:Bounds x="744" y="942" width="36" height="36" /> |
| 226 | <bpmndi:BPMNLabel> |
| 227 | <dc:Bounds x="717" y="983" width="90" height="0" /> |
| 228 | </bpmndi:BPMNLabel> |
| 229 | </bpmndi:BPMNShape> |
| 230 | <bpmndi:BPMNShape id="CallActivity_1srx6p6_di" bpmnElement="CallActivity_1srx6p6"> |
| 231 | <dc:Bounds x="409" y="920" width="100" height="80" /> |
| 232 | </bpmndi:BPMNShape> |
| 233 | <bpmndi:BPMNEdge id="SequenceFlow_0eumzpf_di" bpmnElement="SequenceFlow_0eumzpf"> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 234 | <di:waypoint x="509" y="960" /> |
| 235 | <di:waypoint x="577" y="960" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 236 | <bpmndi:BPMNLabel> |
| 237 | <dc:Bounds x="498" y="945" width="90" height="0" /> |
| 238 | </bpmndi:BPMNLabel> |
| 239 | </bpmndi:BPMNEdge> |
| 240 | <bpmndi:BPMNEdge id="SequenceFlow_0tgrn11_di" bpmnElement="SequenceFlow_0tgrn11"> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 241 | <di:waypoint x="147" y="960" /> |
| 242 | <di:waypoint x="246" y="960" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 243 | <bpmndi:BPMNLabel> |
| 244 | <dc:Bounds x="152" y="945" width="90" height="0" /> |
| 245 | </bpmndi:BPMNLabel> |
| 246 | </bpmndi:BPMNEdge> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 247 | <bpmndi:BPMNShape id="ScriptTask_0q37vn9_di" bpmnElement="ScriptTask_0q37vn9"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 248 | <dc:Bounds x="1012" y="106" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 249 | </bpmndi:BPMNShape> |
| 250 | <bpmndi:BPMNShape id="ScriptTask_0ocetux_di" bpmnElement="ScriptTask_0ocetux"> |
| 251 | <dc:Bounds x="246" y="920" width="100" height="80" /> |
| 252 | </bpmndi:BPMNShape> |
| 253 | <bpmndi:BPMNEdge id="SequenceFlow_1lqktwf_di" bpmnElement="SequenceFlow_1lqktwf"> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 254 | <di:waypoint x="346" y="960" /> |
| 255 | <di:waypoint x="409" y="960" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 256 | <bpmndi:BPMNLabel> |
| 257 | <dc:Bounds x="333" y="945" width="90" height="0" /> |
| 258 | </bpmndi:BPMNLabel> |
| 259 | </bpmndi:BPMNEdge> |
| 260 | <bpmndi:BPMNShape id="ScriptTask_1p0vyip_di" bpmnElement="ScriptTask_1p0vyip"> |
| 261 | <dc:Bounds x="577" y="920" width="100" height="80" /> |
| 262 | </bpmndi:BPMNShape> |
| 263 | <bpmndi:BPMNEdge id="SequenceFlow_1xzgv5k_di" bpmnElement="SequenceFlow_1xzgv5k"> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 264 | <di:waypoint x="677" y="960" /> |
| 265 | <di:waypoint x="709" y="960" /> |
| 266 | <di:waypoint x="709" y="960" /> |
| 267 | <di:waypoint x="744" y="960" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 268 | <bpmndi:BPMNLabel> |
| 269 | <dc:Bounds x="679" y="960" width="90" height="0" /> |
| 270 | </bpmndi:BPMNLabel> |
| 271 | </bpmndi:BPMNEdge> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 272 | <bpmndi:BPMNShape id="IntermediateThrowEvent_11saqvj_di" bpmnElement="IntermediateThrowEvent_0bq4fxs"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 273 | <dc:Bounds x="1306" y="-22" width="36" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 274 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 275 | <dc:Bounds x="1281" y="18" width="88" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 276 | </bpmndi:BPMNLabel> |
| 277 | </bpmndi:BPMNShape> |
| 278 | <bpmndi:BPMNShape id="ScriptTask_1o01d7d_di" bpmnElement="ScriptTask_1o01d7d"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 279 | <dc:Bounds x="704" y="106" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 280 | </bpmndi:BPMNShape> |
| 281 | <bpmndi:BPMNShape id="CallActivity_0biblpc_di" bpmnElement="CallActivity_0biblpc"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 282 | <dc:Bounds x="469" y="106" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 283 | </bpmndi:BPMNShape> |
| 284 | <bpmndi:BPMNShape id="ScriptTask_1cllqk3_di" bpmnElement="ScriptTask_1cllqk3"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 285 | <dc:Bounds x="187" y="106" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 286 | </bpmndi:BPMNShape> |
| 287 | <bpmndi:BPMNShape id="IntermediateCatchEvent_0tv85pg_di" bpmnElement="IntermediateCatchEvent_0tv85pg"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 288 | <dc:Bounds x="17" y="128" width="36" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 289 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 290 | <dc:Bounds x="-7" y="164" width="88" height="24" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 291 | </bpmndi:BPMNLabel> |
| 292 | </bpmndi:BPMNShape> |
| 293 | <bpmndi:BPMNEdge id="SequenceFlow_0xjwb45_di" bpmnElement="SequenceFlow_0xjwb45"> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 294 | <di:waypoint x="569" y="146" /> |
| 295 | <di:waypoint x="704" y="146" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 296 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 297 | <dc:Bounds x="592" y="125" width="90" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 298 | </bpmndi:BPMNLabel> |
| 299 | </bpmndi:BPMNEdge> |
| 300 | <bpmndi:BPMNEdge id="SequenceFlow_0qxzgvq_di" bpmnElement="SequenceFlow_0qxzgvq"> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 301 | <di:waypoint x="287" y="146" /> |
| 302 | <di:waypoint x="469" y="146" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 303 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 304 | <dc:Bounds x="333" y="125" width="90" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 305 | </bpmndi:BPMNLabel> |
| 306 | </bpmndi:BPMNEdge> |
| 307 | <bpmndi:BPMNEdge id="SequenceFlow_1qiiycn_di" bpmnElement="SequenceFlow_1qiiycn"> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 308 | <di:waypoint x="45" y="-4" /> |
| 309 | <di:waypoint x="117" y="-4" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 310 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 311 | <dc:Bounds x="36" y="-25" width="90" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 312 | </bpmndi:BPMNLabel> |
| 313 | </bpmndi:BPMNEdge> |
| 314 | <bpmndi:BPMNEdge id="SequenceFlow_166w91p_di" bpmnElement="SequenceFlow_166w91p"> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 315 | <di:waypoint x="53" y="146" /> |
| 316 | <di:waypoint x="187" y="146" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 317 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 318 | <dc:Bounds x="75" y="125" width="90" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 319 | </bpmndi:BPMNLabel> |
| 320 | </bpmndi:BPMNEdge> |
| 321 | <bpmndi:BPMNShape id="IntermediateThrowEvent_16okck2_di" bpmnElement="IntermediateThrowEvent_16okck2"> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 322 | <dc:Bounds x="1306" y="128" width="36" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 323 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 324 | <dc:Bounds x="1285" y="169" width="82" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 325 | </bpmndi:BPMNLabel> |
| 326 | </bpmndi:BPMNShape> |
| 327 | <bpmndi:BPMNEdge id="SequenceFlow_1tkgqu3_di" bpmnElement="SequenceFlow_1tkgqu3"> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 328 | <di:waypoint x="1112" y="146" /> |
| 329 | <di:waypoint x="1222" y="146" /> |
| 330 | <di:waypoint x="1222" y="146" /> |
| 331 | <di:waypoint x="1306" y="146" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 332 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 333 | <dc:Bounds x="1192" y="140" width="90" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 334 | </bpmndi:BPMNLabel> |
| 335 | </bpmndi:BPMNEdge> |
| 336 | <bpmndi:BPMNEdge id="SequenceFlow_0w9t6tc_di" bpmnElement="SequenceFlow_0w9t6tc"> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 337 | <di:waypoint x="217" y="-4" /> |
| 338 | <di:waypoint x="762" y="-4" /> |
| 339 | <di:waypoint x="762" y="-4" /> |
| 340 | <di:waypoint x="1306" y="-4" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 341 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 342 | <dc:Bounds x="732" y="-10" width="90" height="12" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 343 | </bpmndi:BPMNLabel> |
| 344 | </bpmndi:BPMNEdge> |
| 345 | <bpmndi:BPMNShape id="IntermediateCatchEvent_05dus9b_di" bpmnElement="IntermediateCatchEvent_05dus9b"> |
| 346 | <dc:Bounds x="18" y="282" width="36" height="36" /> |
| 347 | <bpmndi:BPMNLabel> |
| 348 | <dc:Bounds x="-3" y="318" width="82" height="24" /> |
| 349 | </bpmndi:BPMNLabel> |
| 350 | </bpmndi:BPMNShape> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 351 | <bpmndi:BPMNEdge id="SequenceFlow_012h7yx_di" bpmnElement="SequenceFlow_012h7yx"> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 352 | <di:waypoint x="804" y="146" /> |
| 353 | <di:waypoint x="917" y="146" /> |
| 354 | <di:waypoint x="917" y="146" /> |
| 355 | <di:waypoint x="1012" y="146" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 356 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 357 | <dc:Bounds x="887" y="139" width="90" height="14" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 358 | </bpmndi:BPMNLabel> |
| 359 | </bpmndi:BPMNEdge> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 360 | <bpmndi:BPMNShape id="ScriptTask_1rzf8a1_di" bpmnElement="ScriptTask_1rzf8a1"> |
| 361 | <dc:Bounds x="262" y="260" width="100" height="80" /> |
Yulian Han | 0d5e1ab | 2018-08-21 16:33:03 +0800 | [diff] [blame] | 362 | </bpmndi:BPMNShape> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 363 | <bpmndi:BPMNShape id="ServiceTask_1asgesv_di" bpmnElement="ServiceTask_1asgesv"> |
| 364 | <dc:Bounds x="433" y="260" width="100" height="80" /> |
Yulian Han | 0d5e1ab | 2018-08-21 16:33:03 +0800 | [diff] [blame] | 365 | </bpmndi:BPMNShape> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 366 | <bpmndi:BPMNShape id="CallActivity_1gae03e_di" bpmnElement="CallActivity_1gae03e"> |
| 367 | <dc:Bounds x="957" y="260" width="100" height="80" /> |
| 368 | </bpmndi:BPMNShape> |
| 369 | <bpmndi:BPMNShape id="ScriptTask_0ns08tn_di" bpmnElement="ScriptTask_0ns08tn"> |
| 370 | <dc:Bounds x="785" y="260" width="100" height="80" /> |
| 371 | </bpmndi:BPMNShape> |
| 372 | <bpmndi:BPMNShape id="ScriptTask_19t13rd_di" bpmnElement="ScriptTask_19t13rd"> |
| 373 | <dc:Bounds x="1131" y="260" width="100" height="80" /> |
| 374 | </bpmndi:BPMNShape> |
| 375 | <bpmndi:BPMNShape id="EndEvent_1x4kvfh_di" bpmnElement="EndEvent_1x4kvfh"> |
| 376 | <dc:Bounds x="1301" y="282" width="36" height="36" /> |
Yulian Han | 0d5e1ab | 2018-08-21 16:33:03 +0800 | [diff] [blame] | 377 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 378 | <dc:Bounds x="1274" y="322" width="0" height="12" /> |
| 379 | </bpmndi:BPMNLabel> |
| 380 | </bpmndi:BPMNShape> |
| 381 | <bpmndi:BPMNShape id="ScriptTask_0jxdler_di" bpmnElement="ScriptTask_0jxdler"> |
| 382 | <dc:Bounds x="88" y="260" width="100" height="80" /> |
| 383 | </bpmndi:BPMNShape> |
| 384 | <bpmndi:BPMNShape id="ScriptTask_0ts3c3b_di" bpmnElement="ScriptTask_0ts3c3b"> |
| 385 | <dc:Bounds x="599" y="260" width="100" height="80" /> |
| 386 | </bpmndi:BPMNShape> |
| 387 | <bpmndi:BPMNEdge id="SequenceFlow_1y9rkfr_di" bpmnElement="SequenceFlow_1y9rkfr"> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 388 | <di:waypoint x="188" y="300" /> |
| 389 | <di:waypoint x="262" y="300" /> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 390 | <bpmndi:BPMNLabel> |
| 391 | <dc:Bounds x="180" y="279" width="0" height="12" /> |
Yulian Han | 0d5e1ab | 2018-08-21 16:33:03 +0800 | [diff] [blame] | 392 | </bpmndi:BPMNLabel> |
| 393 | </bpmndi:BPMNEdge> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 394 | <bpmndi:BPMNEdge id="SequenceFlow_0n7nbx3_di" bpmnElement="SequenceFlow_0n7nbx3"> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 395 | <di:waypoint x="362" y="300" /> |
| 396 | <di:waypoint x="433" y="300" /> |
Yulian Han | 0d5e1ab | 2018-08-21 16:33:03 +0800 | [diff] [blame] | 397 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 398 | <dc:Bounds x="353.5" y="279" width="0" height="12" /> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 399 | </bpmndi:BPMNLabel> |
| 400 | </bpmndi:BPMNEdge> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 401 | <bpmndi:BPMNEdge id="SequenceFlow_0ckto7v_di" bpmnElement="SequenceFlow_0ckto7v"> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 402 | <di:waypoint x="533" y="300" /> |
| 403 | <di:waypoint x="599" y="300" /> |
Yulian Han | e992deb | 2018-09-20 11:30:15 +0800 | [diff] [blame] | 404 | <bpmndi:BPMNLabel> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 405 | <dc:Bounds x="521" y="279" width="0" height="12" /> |
| 406 | </bpmndi:BPMNLabel> |
| 407 | </bpmndi:BPMNEdge> |
| 408 | <bpmndi:BPMNEdge id="SequenceFlow_0b1dsaj_di" bpmnElement="SequenceFlow_0b1dsaj"> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 409 | <di:waypoint x="885" y="300" /> |
| 410 | <di:waypoint x="957" y="300" /> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 411 | <bpmndi:BPMNLabel> |
| 412 | <dc:Bounds x="876" y="279" width="0" height="12" /> |
| 413 | </bpmndi:BPMNLabel> |
| 414 | </bpmndi:BPMNEdge> |
| 415 | <bpmndi:BPMNEdge id="SequenceFlow_0sphcy5_di" bpmnElement="SequenceFlow_0sphcy5"> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 416 | <di:waypoint x="1057" y="300" /> |
| 417 | <di:waypoint x="1131" y="300" /> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 418 | <bpmndi:BPMNLabel> |
| 419 | <dc:Bounds x="1049" y="279" width="0" height="12" /> |
| 420 | </bpmndi:BPMNLabel> |
| 421 | </bpmndi:BPMNEdge> |
| 422 | <bpmndi:BPMNEdge id="SequenceFlow_022onug_di" bpmnElement="SequenceFlow_022onug"> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 423 | <di:waypoint x="699" y="300" /> |
| 424 | <di:waypoint x="785" y="300" /> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 425 | <bpmndi:BPMNLabel> |
| 426 | <dc:Bounds x="697" y="279" width="0" height="12" /> |
| 427 | </bpmndi:BPMNLabel> |
| 428 | </bpmndi:BPMNEdge> |
| 429 | <bpmndi:BPMNEdge id="SequenceFlow_18gnns6_di" bpmnElement="SequenceFlow_18gnns6"> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 430 | <di:waypoint x="1231" y="300" /> |
| 431 | <di:waypoint x="1301" y="300" /> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 432 | <bpmndi:BPMNLabel> |
| 433 | <dc:Bounds x="1221" y="279" width="0" height="12" /> |
| 434 | </bpmndi:BPMNLabel> |
| 435 | </bpmndi:BPMNEdge> |
| 436 | <bpmndi:BPMNEdge id="SequenceFlow_0yuzaen_di" bpmnElement="SequenceFlow_0yuzaen"> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 437 | <di:waypoint x="54" y="300" /> |
| 438 | <di:waypoint x="88" y="300" /> |
Benjamin, Max (mb388a) | 6ba0a22 | 2018-10-11 13:55:37 -0400 | [diff] [blame] | 439 | <bpmndi:BPMNLabel> |
| 440 | <dc:Bounds x="71" y="279" width="0" height="12" /> |
Elaine_Han | 1bda611 | 2018-08-10 15:43:04 +0800 | [diff] [blame] | 441 | </bpmndi:BPMNLabel> |
| 442 | </bpmndi:BPMNEdge> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 443 | </bpmndi:BPMNPlane> |
| 444 | </bpmndi:BPMNDiagram> |
marios.iakovidis | 6f0f3ab | 2019-06-03 00:31:21 +0300 | [diff] [blame] | 445 | </bpmn2:definitions> |