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