diff options
Diffstat (limited to 'bpmn/MSOCommonBPMN/src/main/resources/subprocess/FalloutHandler.bpmn')
-rw-r--r-- | bpmn/MSOCommonBPMN/src/main/resources/subprocess/FalloutHandler.bpmn | 421 |
1 files changed, 421 insertions, 0 deletions
diff --git a/bpmn/MSOCommonBPMN/src/main/resources/subprocess/FalloutHandler.bpmn b/bpmn/MSOCommonBPMN/src/main/resources/subprocess/FalloutHandler.bpmn new file mode 100644 index 0000000000..5f5fd3daae --- /dev/null +++ b/bpmn/MSOCommonBPMN/src/main/resources/subprocess/FalloutHandler.bpmn @@ -0,0 +1,421 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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="_3SPHsLr9EeWak-hhutJWuQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> + <bpmn2:process id="FalloutHandler" name="Fallout Handler" isExecutable="true"> + <bpmn2:scriptTask id="ScriptTask_8" name="Pre-Process Request" scriptFormat="groovy"> + <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_1nn37a8</bpmn2:outgoing> + <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.* +def preProcessRequestData = new FalloutHandler() +preProcessRequestData.preProcessRequest(execution) + +]]></bpmn2:script> + </bpmn2:scriptTask> + <bpmn2:startEvent id="StartEvent_1" name="Start"> + <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing> + </bpmn2:startEvent> + <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_8" /> + <bpmn2:scriptTask id="ScriptTask_2" name="Post Process Response" scriptFormat="groovy"> + <bpmn2:incoming>SequenceFlow_0fg02po</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_0x2jgo4</bpmn2:outgoing> + <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.* +def falloutHandler = new FalloutHandler() +falloutHandler.postProcessResponse(execution)]]></bpmn2:script> + </bpmn2:scriptTask> + <bpmn2:exclusiveGateway id="ExclusiveGateway_6" default="SequenceFlow_26"> + <bpmn2:incoming>SequenceFlow_1nn37a8</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_25</bpmn2:outgoing> + <bpmn2:outgoing>SequenceFlow_26</bpmn2:outgoing> + </bpmn2:exclusiveGateway> + <bpmn2:sequenceFlow id="SequenceFlow_25" name="" sourceRef="ExclusiveGateway_6" targetRef="ServiceTask_3"> + <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("FH_request_id-Ok") ==true}]]></bpmn2:conditionExpression> + </bpmn2:sequenceFlow> + <bpmn2:sequenceFlow id="SequenceFlow_26" name="" sourceRef="ExclusiveGateway_6" targetRef="ServiceTask_2" /> + <bpmn2:serviceTask id="ServiceTask_3" name="Update Request Gamma"> + <bpmn2:extensionElements> + <camunda:connector> + <camunda:inputOutput> + <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter> + <camunda:inputParameter name="method">POST</camunda:inputParameter> + <camunda:inputParameter name="headers"> + <camunda:map> + <camunda:entry key="content-type">application/soap+xml</camunda:entry> + <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry> + </camunda:map> + </camunda:inputParameter> + <camunda:inputParameter name="payload"> + <camunda:script scriptFormat="groovy"><![CDATA[//println"INSIDE --> update Request Gamma" +import org.openecomp.mso.bpmn.common.scripts.* +def updateRequestGamma= new FalloutHandler() +return updateRequestGamma.updateRequestGammaPayload(execution)]]></camunda:script> + </camunda:inputParameter> + <camunda:outputParameter name="FH_updateRequestGammaResponse"><![CDATA[${statusCode == null || statusCode == 204 ? "" : response}]]></camunda:outputParameter> + <camunda:outputParameter name="FH_updateRequestGammaResponseCode">${statusCode}</camunda:outputParameter> + </camunda:inputOutput> + <camunda:connectorId>soap-http-connector</camunda:connectorId> + </camunda:connector> + </bpmn2:extensionElements> + <bpmn2:incoming>SequenceFlow_25</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing> + </bpmn2:serviceTask> + <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="ServiceTask_3" targetRef="ExclusiveGateway_7" /> + <bpmn2:boundaryEvent id="BoundaryEvent_2" name="Connect Fault" attachedToRef="ServiceTask_3"> + <bpmn2:outgoing>SequenceFlow_72</bpmn2:outgoing> + <bpmn2:errorEventDefinition id="_ErrorEventDefinition_89" errorRef="Error_2" /> + </bpmn2:boundaryEvent> + <bpmn2:exclusiveGateway id="ParallelGateway_5"> + <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming> + <bpmn2:incoming>SequenceFlow_36</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_0fg02po</bpmn2:outgoing> + </bpmn2:exclusiveGateway> + <bpmn2:endEvent id="EndEvent_6" name="Normal End"> + <bpmn2:incoming>SequenceFlow_0x2jgo4</bpmn2:incoming> + </bpmn2:endEvent> + <bpmn2:sequenceFlow id="SequenceFlow_72" name="" sourceRef="BoundaryEvent_2" targetRef="ScriptTask_6" /> + <bpmn2:scriptTask id="ScriptTask_6" name="Build Workflow Exception" scriptFormat="groovy"> + <bpmn2:incoming>SequenceFlow_72</bpmn2:incoming> + <bpmn2:incoming>SequenceFlow_31</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_79</bpmn2:outgoing> + <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.* +def falloutHandler = new FalloutHandler() +falloutHandler.buildDBWorkflowException(execution, "FH_updateRequestGammaResponseCode")]]></bpmn2:script> + </bpmn2:scriptTask> + <bpmn2:sequenceFlow id="SequenceFlow_79" name="" sourceRef="ScriptTask_6" targetRef="EndEvent_13" /> + <bpmn2:exclusiveGateway id="ExclusiveGateway_7" name="Update Success?" default="SequenceFlow_31"> + <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_31</bpmn2:outgoing> + <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing> + </bpmn2:exclusiveGateway> + <bpmn2:sequenceFlow id="SequenceFlow_31" name="" sourceRef="ExclusiveGateway_7" targetRef="ScriptTask_6" /> + <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="ExclusiveGateway_7" targetRef="ParallelGateway_5"> + <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("FH_updateRequestGammaResponseCode")==200}]]></bpmn2:conditionExpression> + </bpmn2:sequenceFlow> + <bpmn2:scriptTask id="ScriptTask_7" name="Build Workflow Exception" scriptFormat="groovy"> + <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming> + <bpmn2:incoming>SequenceFlow_80</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_73</bpmn2:outgoing> + <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.* +def falloutHandler = new FalloutHandler() +falloutHandler.buildDBWorkflowException(execution, "FH_updateRequestInfraResponseCode")]]></bpmn2:script> + </bpmn2:scriptTask> + <bpmn2:sequenceFlow id="SequenceFlow_73" name="" sourceRef="ScriptTask_7" targetRef="EndEvent_14" /> + <bpmn2:serviceTask id="ServiceTask_2" name="Update Request Infra"> + <bpmn2:extensionElements> + <camunda:connector> + <camunda:inputOutput> + <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter> + <camunda:inputParameter name="method">POST</camunda:inputParameter> + <camunda:inputParameter name="headers"> + <camunda:map> + <camunda:entry key="content-type">application/soap+xml</camunda:entry> + <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry> + </camunda:map> + </camunda:inputParameter> + <camunda:inputParameter name="payload"> + <camunda:script scriptFormat="groovy"><![CDATA[//println"INSIDE --> update Request Infra" +import org.openecomp.mso.bpmn.common.scripts.* +def updateRequestInfra= new FalloutHandler() +return updateRequestInfra.updateRequestInfraPayload(execution)]]></camunda:script> + </camunda:inputParameter> + <camunda:outputParameter name="FH_updateRequestInfraResponse"><![CDATA[${statusCode == null || statusCode == 204 ? "" : response}]]></camunda:outputParameter> + <camunda:outputParameter name="FH_updateRequestInfraResponseCode">${statusCode}</camunda:outputParameter> + </camunda:inputOutput> + <camunda:connectorId>soap-http-connector</camunda:connectorId> + </camunda:connector> + </bpmn2:extensionElements> + <bpmn2:incoming>SequenceFlow_26</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_30</bpmn2:outgoing> + </bpmn2:serviceTask> + <bpmn2:sequenceFlow id="SequenceFlow_30" name="" sourceRef="ServiceTask_2" targetRef="ExclusiveGateway_8" /> + <bpmn2:exclusiveGateway id="ExclusiveGateway_8" name="Update Success?" default="SequenceFlow_32"> + <bpmn2:incoming>SequenceFlow_30</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing> + <bpmn2:outgoing>SequenceFlow_36</bpmn2:outgoing> + </bpmn2:exclusiveGateway> + <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="ExclusiveGateway_8" targetRef="ScriptTask_7" /> + <bpmn2:sequenceFlow id="SequenceFlow_36" name="" sourceRef="ExclusiveGateway_8" targetRef="ParallelGateway_5"> + <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("FH_updateRequestInfraResponseCode")==200}]]></bpmn2:conditionExpression> + </bpmn2:sequenceFlow> + <bpmn2:boundaryEvent id="BoundaryEvent_3" name="Connect Fault" attachedToRef="ServiceTask_2"> + <bpmn2:outgoing>SequenceFlow_80</bpmn2:outgoing> + <bpmn2:errorEventDefinition id="_ErrorEventDefinition_90" errorRef="Error_2" /> + </bpmn2:boundaryEvent> + <bpmn2:sequenceFlow id="SequenceFlow_80" name="" sourceRef="BoundaryEvent_3" targetRef="ScriptTask_7" /> + <bpmn2:subProcess id="SubProcess_1" name="Event Handler" triggeredByEvent="true"> + <bpmn2:scriptTask id="ScriptTask_4" name="Handle Event" scriptFormat="groovy"> + <bpmn2:incoming>SequenceFlow_1k7it63</bpmn2:incoming> + <bpmn2:outgoing>SequenceFlow_0celhl1</bpmn2:outgoing> + <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.* +execution.setVariable("FH_success", false) +def falloutHandler = new FalloutHandler() + +// This does not (and cannot) throw exceptions +falloutHandler.postProcessResponse(execution) + +// Clear any WorkflowException object that might be in the execution, but keep a copy in FH_WorkflowException +def wfe = execution.getVariable("WorkflowException") +execution.setVariable("WorkflowException", null) +execution.setVariable("FH_WorkflowException", wfe)]]></bpmn2:script> + </bpmn2:scriptTask> + <bpmn2:startEvent id="StartEvent_2"> + <bpmn2:outgoing>SequenceFlow_1k7it63</bpmn2:outgoing> + <bpmn2:errorEventDefinition id="ErrorEventDefinition_8" /> + </bpmn2:startEvent> + <bpmn2:endEvent id="EndEvent_2" name="Error End"> + <bpmn2:incoming>SequenceFlow_0celhl1</bpmn2:incoming> + <bpmn2:terminateEventDefinition /> + </bpmn2:endEvent> + <bpmn2:sequenceFlow id="SequenceFlow_1k7it63" sourceRef="StartEvent_2" targetRef="ScriptTask_4" /> + <bpmn2:sequenceFlow id="SequenceFlow_0celhl1" sourceRef="ScriptTask_4" targetRef="EndEvent_2" /> + </bpmn2:subProcess> + <bpmn2:endEvent id="EndEvent_14"> + <bpmn2:incoming>SequenceFlow_73</bpmn2:incoming> + <bpmn2:terminateEventDefinition /> + </bpmn2:endEvent> + <bpmn2:endEvent id="EndEvent_13"> + <bpmn2:incoming>SequenceFlow_79</bpmn2:incoming> + <bpmn2:terminateEventDefinition /> + </bpmn2:endEvent> + <bpmn2:sequenceFlow id="SequenceFlow_1nn37a8" sourceRef="ScriptTask_8" targetRef="ExclusiveGateway_6" /> + <bpmn2:sequenceFlow id="SequenceFlow_0fg02po" sourceRef="ParallelGateway_5" targetRef="ScriptTask_2" /> + <bpmn2:sequenceFlow id="SequenceFlow_0x2jgo4" sourceRef="ScriptTask_2" targetRef="EndEvent_6" /> + </bpmn2:process> + <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> + <bpmn2:error id="Error_2" name="Java Lang Exception" errorCode="java.lang.Exception" /> + <bpmndi:BPMNDiagram id="BPMNDiagram_1"> + <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="FalloutHandler"> + <bpmndi:BPMNShape id="_BPMNShape_StartEvent_52" bpmnElement="StartEvent_1"> + <dc:Bounds x="122" y="1112" width="36" height="36" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="128" y="1149" width="23" height="12" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_79" bpmnElement="ExclusiveGateway_6" isMarkerVisible="true"> + <dc:Bounds x="381" y="1105" width="50" height="50" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="406" y="1160" width="0" height="0" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="SequenceFlow_25" sourceElement="_BPMNShape_ExclusiveGateway_79" targetElement="_BPMNShape_ServiceTask_90"> + <di:waypoint xsi:type="dc:Point" x="406" y="1105" /> + <di:waypoint xsi:type="dc:Point" x="406" y="1039" /> + <di:waypoint xsi:type="dc:Point" x="461" y="1039" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="403" y="1081" width="6" height="6" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_26" bpmnElement="SequenceFlow_26" sourceElement="_BPMNShape_ExclusiveGateway_79" targetElement="_BPMNShape_ServiceTask_91"> + <di:waypoint xsi:type="dc:Point" x="406" y="1155" /> + <di:waypoint xsi:type="dc:Point" x="406" y="1287" /> + <di:waypoint xsi:type="dc:Point" x="457" y="1287" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="403" y="1233" width="6" height="6" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_90" bpmnElement="ServiceTask_3"> + <dc:Bounds x="461" y="999" width="100" height="80" /> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_91" bpmnElement="ServiceTask_2"> + <dc:Bounds x="457" y="1247" width="100" height="80" /> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_80" bpmnElement="ExclusiveGateway_7" isMarkerVisible="true"> + <dc:Bounds x="644" y="1013" width="50" height="50" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="615" y="1068" width="109" height="22" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ServiceTask_90" targetElement="_BPMNShape_ExclusiveGateway_80"> + <di:waypoint xsi:type="dc:Point" x="561" y="1039" /> + <di:waypoint xsi:type="dc:Point" x="644" y="1038" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="598" y="1041" width="6" height="6" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_81" bpmnElement="ExclusiveGateway_8" isMarkerVisible="true"> + <dc:Bounds x="643" y="1262" width="50" height="50" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="614" y="1317" width="109" height="22" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_30" bpmnElement="SequenceFlow_30" sourceElement="_BPMNShape_ServiceTask_91" targetElement="_BPMNShape_ExclusiveGateway_81"> + <di:waypoint xsi:type="dc:Point" x="557" y="1287" /> + <di:waypoint xsi:type="dc:Point" x="595" y="1287" /> + <di:waypoint xsi:type="dc:Point" x="595" y="1286" /> + <di:waypoint xsi:type="dc:Point" x="643" y="1287" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="602" y="1288" width="6" height="6" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_31" bpmnElement="SequenceFlow_31" sourceElement="_BPMNShape_ExclusiveGateway_80" targetElement="_BPMNShape_ScriptTask_252"> + <di:waypoint xsi:type="dc:Point" x="669" y="1013" /> + <di:waypoint xsi:type="dc:Point" x="670" y="961" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="673" y="988" width="6" height="6" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_ExclusiveGateway_81" targetElement="_BPMNShape_ScriptTask_253"> + <di:waypoint xsi:type="dc:Point" x="668" y="1262" /> + <di:waypoint xsi:type="dc:Point" x="668" y="1245" /> + <di:waypoint xsi:type="dc:Point" x="668" y="1214" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="675" y="1294" width="6" height="6" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + <bpmndi:BPMNShape id="_BPMNShape_ParallelGateway_16" bpmnElement="ParallelGateway_5" isMarkerVisible="true"> + <dc:Bounds x="822" y="1105" width="50" height="50" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="847" y="1160" width="0" height="0" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_ExclusiveGateway_80" targetElement="_BPMNShape_ParallelGateway_16"> + <di:waypoint xsi:type="dc:Point" x="694" y="1038" /> + <di:waypoint xsi:type="dc:Point" x="847" y="1038" /> + <di:waypoint xsi:type="dc:Point" x="847" y="1105" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="728" y="1029" width="6" height="6" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_36" bpmnElement="SequenceFlow_36" sourceElement="_BPMNShape_ExclusiveGateway_81" targetElement="_BPMNShape_ParallelGateway_16"> + <di:waypoint xsi:type="dc:Point" x="693" y="1287" /> + <di:waypoint xsi:type="dc:Point" x="847" y="1287" /> + <di:waypoint xsi:type="dc:Point" x="847" y="1155" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="844" y="1211" width="6" height="6" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_StartEvent_52" targetElement="_BPMNShape_ScriptTask_99"> + <di:waypoint xsi:type="dc:Point" x="158" y="1130" /> + <di:waypoint xsi:type="dc:Point" x="212" y="1130" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="185" y="1115" width="0" height="0" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_99" bpmnElement="ScriptTask_8"> + <dc:Bounds x="212" y="1090" width="100" height="80" /> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="_BPMNShape_SubProcess_14" bpmnElement="SubProcess_1" isExpanded="true"> + <dc:Bounds x="115" y="1396" width="329" height="167" /> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_100" bpmnElement="ScriptTask_4"> + <dc:Bounds x="228" y="1440" width="100" height="80" /> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="_BPMNShape_StartEvent_54" bpmnElement="StartEvent_2"> + <dc:Bounds x="144" y="1462" width="36" height="36" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="162" y="1506" width="0" height="0" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_101" bpmnElement="ScriptTask_2"> + <dc:Bounds x="913" y="1090" width="100" height="80" /> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="_BPMNShape_EndEvent_129" bpmnElement="EndEvent_6"> + <dc:Bounds x="1062" y="1112" width="36" height="36" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="1051" y="1153" width="57" height="12" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_31" bpmnElement="BoundaryEvent_2"> + <dc:Bounds x="494" y="981" width="36" height="36" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="522" y="937" width="87" height="22" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_32" bpmnElement="BoundaryEvent_3"> + <dc:Bounds x="490" y="1229" width="36" height="36" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="522" y="1191" width="87" height="22" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_72" bpmnElement="SequenceFlow_72" sourceElement="_BPMNShape_BoundaryEvent_31" targetElement="_BPMNShape_ScriptTask_252"> + <di:waypoint xsi:type="dc:Point" x="512" y="981" /> + <di:waypoint xsi:type="dc:Point" x="512" y="921" /> + <di:waypoint xsi:type="dc:Point" x="620" y="921" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="509" y="963" width="6" height="6" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_73" bpmnElement="SequenceFlow_73" sourceElement="_BPMNShape_ScriptTask_253"> + <di:waypoint xsi:type="dc:Point" x="719" y="1174" /> + <di:waypoint xsi:type="dc:Point" x="759" y="1174" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="739" y="1159" width="0" height="0" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_252" bpmnElement="ScriptTask_6"> + <dc:Bounds x="620" y="881" width="100" height="80" /> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_253" bpmnElement="ScriptTask_7"> + <dc:Bounds x="619" y="1134" width="100" height="80" /> + </bpmndi:BPMNShape> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_79" bpmnElement="SequenceFlow_79" sourceElement="_BPMNShape_ScriptTask_252"> + <di:waypoint xsi:type="dc:Point" x="720" y="921" /> + <di:waypoint xsi:type="dc:Point" x="762" y="921" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="741" y="906" width="0" height="0" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_80" bpmnElement="SequenceFlow_80" sourceElement="_BPMNShape_BoundaryEvent_32" targetElement="_BPMNShape_ScriptTask_253"> + <di:waypoint xsi:type="dc:Point" x="508" y="1229" /> + <di:waypoint xsi:type="dc:Point" x="508" y="1174" /> + <di:waypoint xsi:type="dc:Point" x="619" y="1174" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="533" y="1174" width="6" height="6" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + <bpmndi:BPMNShape id="EndEvent_0b9vn2u_di" bpmnElement="EndEvent_2"> + <dc:Bounds x="372" y="1462" width="36" height="36" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="368" y="1506" width="47" height="12" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="EndEvent_1fmpj5u_di" bpmnElement="EndEvent_14"> + <dc:Bounds x="759" y="1156" width="36" height="36" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="777" y="1197" width="0" height="0" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="EndEvent_0w1puhf_di" bpmnElement="EndEvent_13"> + <dc:Bounds x="762" y="903" width="36" height="36" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="780" y="944" width="0" height="0" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNEdge id="SequenceFlow_1nn37a8_di" bpmnElement="SequenceFlow_1nn37a8"> + <di:waypoint xsi:type="dc:Point" x="312" y="1130" /> + <di:waypoint xsi:type="dc:Point" x="340" y="1130" /> + <di:waypoint xsi:type="dc:Point" x="340" y="1130" /> + <di:waypoint xsi:type="dc:Point" x="381" y="1130" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="355" y="1130" width="0" height="0" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="SequenceFlow_0fg02po_di" bpmnElement="SequenceFlow_0fg02po"> + <di:waypoint xsi:type="dc:Point" x="872" y="1130" /> + <di:waypoint xsi:type="dc:Point" x="913" y="1130" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="893" y="1115" width="0" height="0" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="SequenceFlow_0x2jgo4_di" bpmnElement="SequenceFlow_0x2jgo4"> + <di:waypoint xsi:type="dc:Point" x="1013" y="1130" /> + <di:waypoint xsi:type="dc:Point" x="1062" y="1130" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="1038" y="1105" width="0" height="0" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="SequenceFlow_1k7it63_di" bpmnElement="SequenceFlow_1k7it63"> + <di:waypoint xsi:type="dc:Point" x="180" y="1480" /> + <di:waypoint xsi:type="dc:Point" x="228" y="1480" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="204" y="1455" width="0" height="0" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="SequenceFlow_0celhl1_di" bpmnElement="SequenceFlow_0celhl1"> + <di:waypoint xsi:type="dc:Point" x="328" y="1480" /> + <di:waypoint xsi:type="dc:Point" x="372" y="1480" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="350" y="1455" width="0" height="0" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNEdge> + </bpmndi:BPMNPlane> + </bpmndi:BPMNDiagram> +</bpmn2:definitions> |