Rob Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.8.2"> |
| 3 | <bpmn:process id="CreateServiceInstanceV3Rollback" name="CreateServiceInstanceV3Rollback" isExecutable="true"> |
| 4 | <bpmn:startEvent id="StartEvent_1" name="start"> |
| 5 | <bpmn:outgoing>SequenceFlow_15a3kpo</bpmn:outgoing> |
| 6 | </bpmn:startEvent> |
| 7 | <bpmn:sequenceFlow id="SequenceFlow_15a3kpo" sourceRef="StartEvent_1" targetRef="ServiceTask_1" /> |
| 8 | <bpmn:endEvent id="EndEvent_0646ypz" name="end"> |
| 9 | <bpmn:incoming>SequenceFlow_0dqe5xo</bpmn:incoming> |
| 10 | </bpmn:endEvent> |
| 11 | <bpmn:sequenceFlow id="SequenceFlow_0dqe5xo" sourceRef="ServiceTask_1" targetRef="EndEvent_0646ypz" /> |
| 12 | <bpmn:serviceTask id="ServiceTask_1" name="Rollback AAI Service Instance" camunda:class="org.openecomp.mso.bpmn.infrastructure.DoCreateServiceInstance.RollbackAAIServiceInstance"> |
| 13 | <bpmn:incoming>SequenceFlow_15a3kpo</bpmn:incoming> |
| 14 | <bpmn:outgoing>SequenceFlow_0dqe5xo</bpmn:outgoing> |
| 15 | </bpmn:serviceTask> |
| 16 | <bpmn:subProcess id="SubProcess_1omnzt2" triggeredByEvent="true"> |
| 17 | <bpmn:startEvent id="StartEvent_1y39m1e" name="error"> |
| 18 | <bpmn:outgoing>SequenceFlow_10szwpv</bpmn:outgoing> |
| 19 | <bpmn:errorEventDefinition /> |
| 20 | </bpmn:startEvent> |
| 21 | <bpmn:sequenceFlow id="SequenceFlow_10szwpv" sourceRef="StartEvent_1y39m1e" targetRef="ServiceTask_2" /> |
| 22 | <bpmn:endEvent id="EndEvent_0j0lea1" name="end"> |
| 23 | <bpmn:incoming>SequenceFlow_05g9m3e</bpmn:incoming> |
| 24 | </bpmn:endEvent> |
| 25 | <bpmn:sequenceFlow id="SequenceFlow_05g9m3e" sourceRef="ServiceTask_2" targetRef="EndEvent_0j0lea1" /> |
| 26 | <bpmn:serviceTask id="ServiceTask_2" name="Rollback Error" camunda:class="org.openecomp.mso.bpmn.infrastructure.DoCreateServiceInstance.RollbackError"> |
| 27 | <bpmn:incoming>SequenceFlow_10szwpv</bpmn:incoming> |
| 28 | <bpmn:outgoing>SequenceFlow_05g9m3e</bpmn:outgoing> |
| 29 | </bpmn:serviceTask> |
| 30 | </bpmn:subProcess> |
| 31 | </bpmn:process> |
| 32 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 33 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateServiceInstanceV3Rollback"> |
| 34 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1"> |
| 35 | <dc:Bounds x="173" y="102" width="36" height="36" /> |
| 36 | <bpmndi:BPMNLabel> |
| 37 | <dc:Bounds x="180" y="138" width="22" height="12" /> |
| 38 | </bpmndi:BPMNLabel> |
| 39 | </bpmndi:BPMNShape> |
| 40 | <bpmndi:BPMNEdge id="SequenceFlow_15a3kpo_di" bpmnElement="SequenceFlow_15a3kpo"> |
| 41 | <di:waypoint xsi:type="dc:Point" x="209" y="120" /> |
| 42 | <di:waypoint xsi:type="dc:Point" x="266" y="120" /> |
| 43 | <bpmndi:BPMNLabel> |
| 44 | <dc:Bounds x="237.5" y="99" width="0" height="12" /> |
| 45 | </bpmndi:BPMNLabel> |
| 46 | </bpmndi:BPMNEdge> |
| 47 | <bpmndi:BPMNShape id="EndEvent_0646ypz_di" bpmnElement="EndEvent_0646ypz"> |
| 48 | <dc:Bounds x="427" y="102" width="36" height="36" /> |
| 49 | <bpmndi:BPMNLabel> |
| 50 | <dc:Bounds x="436" y="142" width="18" height="12" /> |
| 51 | </bpmndi:BPMNLabel> |
| 52 | </bpmndi:BPMNShape> |
| 53 | <bpmndi:BPMNEdge id="SequenceFlow_0dqe5xo_di" bpmnElement="SequenceFlow_0dqe5xo"> |
| 54 | <di:waypoint xsi:type="dc:Point" x="366" y="120" /> |
| 55 | <di:waypoint xsi:type="dc:Point" x="427" y="120" /> |
| 56 | <bpmndi:BPMNLabel> |
| 57 | <dc:Bounds x="396.5" y="99" width="0" height="12" /> |
| 58 | </bpmndi:BPMNLabel> |
| 59 | </bpmndi:BPMNEdge> |
| 60 | <bpmndi:BPMNShape id="ServiceTask_16utus7_di" bpmnElement="ServiceTask_1"> |
| 61 | <dc:Bounds x="266" y="80" width="100" height="80" /> |
| 62 | </bpmndi:BPMNShape> |
| 63 | <bpmndi:BPMNShape id="SubProcess_17vvj4f_di" bpmnElement="SubProcess_1omnzt2" isExpanded="true"> |
| 64 | <dc:Bounds x="141" y="199" width="350" height="200" /> |
| 65 | </bpmndi:BPMNShape> |
| 66 | <bpmndi:BPMNShape id="StartEvent_08j7gdd_di" bpmnElement="StartEvent_1y39m1e"> |
| 67 | <dc:Bounds x="172" y="277" width="36" height="36" /> |
| 68 | <bpmndi:BPMNLabel> |
| 69 | <dc:Bounds x="178" y="317" width="24" height="12" /> |
| 70 | </bpmndi:BPMNLabel> |
| 71 | </bpmndi:BPMNShape> |
| 72 | <bpmndi:BPMNEdge id="SequenceFlow_10szwpv_di" bpmnElement="SequenceFlow_10szwpv"> |
| 73 | <di:waypoint xsi:type="dc:Point" x="208" y="295" /> |
| 74 | <di:waypoint xsi:type="dc:Point" x="268" y="295" /> |
| 75 | <bpmndi:BPMNLabel> |
| 76 | <dc:Bounds x="238" y="274" width="0" height="12" /> |
| 77 | </bpmndi:BPMNLabel> |
| 78 | </bpmndi:BPMNEdge> |
| 79 | <bpmndi:BPMNShape id="EndEvent_0j0lea1_di" bpmnElement="EndEvent_0j0lea1"> |
| 80 | <dc:Bounds x="423" y="277" width="36" height="36" /> |
| 81 | <bpmndi:BPMNLabel> |
| 82 | <dc:Bounds x="432" y="317" width="18" height="12" /> |
| 83 | </bpmndi:BPMNLabel> |
| 84 | </bpmndi:BPMNShape> |
| 85 | <bpmndi:BPMNEdge id="SequenceFlow_05g9m3e_di" bpmnElement="SequenceFlow_05g9m3e"> |
| 86 | <di:waypoint xsi:type="dc:Point" x="368" y="295" /> |
| 87 | <di:waypoint xsi:type="dc:Point" x="423" y="295" /> |
| 88 | <bpmndi:BPMNLabel> |
| 89 | <dc:Bounds x="395.5" y="274" width="0" height="12" /> |
| 90 | </bpmndi:BPMNLabel> |
| 91 | </bpmndi:BPMNEdge> |
| 92 | <bpmndi:BPMNShape id="ServiceTask_074yl77_di" bpmnElement="ServiceTask_2"> |
| 93 | <dc:Bounds x="268" y="255" width="100" height="80" /> |
| 94 | </bpmndi:BPMNShape> |
| 95 | </bpmndi:BPMNPlane> |
| 96 | </bpmndi:BPMNDiagram> |
| 97 | </bpmn:definitions> |