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="CreateServiceInstanceV3" name="CreateServiceInstanceV3" isExecutable="true"> |
| 4 | <bpmn:startEvent id="StartEvent_1" name="start"> |
| 5 | <bpmn:outgoing>SequenceFlow_055igqy</bpmn:outgoing> |
| 6 | </bpmn:startEvent> |
| 7 | <bpmn:sequenceFlow id="SequenceFlow_055igqy" sourceRef="StartEvent_1" targetRef="ServiceTask_1" /> |
| 8 | <bpmn:serviceTask id="ServiceTask_1" name="Create Service Instance (AAI)" camunda:class="org.openecomp.mso.bpmn.infrastructure.AAITasks.AAICreateServiceInstance"> |
| 9 | <bpmn:incoming>SequenceFlow_055igqy</bpmn:incoming> |
| 10 | <bpmn:outgoing>SequenceFlow_0n3aqvm</bpmn:outgoing> |
| 11 | </bpmn:serviceTask> |
| 12 | <bpmn:endEvent id="EndEvent_0czacld" name="end"> |
| 13 | <bpmn:incoming>SequenceFlow_011vkoq</bpmn:incoming> |
| 14 | </bpmn:endEvent> |
| 15 | <bpmn:sequenceFlow id="SequenceFlow_0n3aqvm" sourceRef="ServiceTask_1" targetRef="ServiceTask_2" /> |
| 16 | <bpmn:serviceTask id="ServiceTask_2" name="Create Project (AAI)" camunda:class="org.openecomp.mso.bpmn.infrastructure.AAITasks.AAICreateProject"> |
| 17 | <bpmn:incoming>SequenceFlow_0n3aqvm</bpmn:incoming> |
| 18 | <bpmn:outgoing>SequenceFlow_1knhaka</bpmn:outgoing> |
| 19 | </bpmn:serviceTask> |
| 20 | <bpmn:sequenceFlow id="SequenceFlow_1knhaka" sourceRef="ServiceTask_2" targetRef="ServiceTask_3" /> |
| 21 | <bpmn:sequenceFlow id="SequenceFlow_1wvh54c" sourceRef="ServiceTask_3" targetRef="ServiceTask_4" /> |
| 22 | <bpmn:sequenceFlow id="SequenceFlow_011vkoq" sourceRef="ServiceTask_4" targetRef="EndEvent_0czacld" /> |
| 23 | <bpmn:serviceTask id="ServiceTask_3" name="Create Owning Entity (AAI)" camunda:class="org.openecomp.mso.bpmn.infrastructure.AAITasks.AAICreateOwningEntity"> |
| 24 | <bpmn:incoming>SequenceFlow_1knhaka</bpmn:incoming> |
| 25 | <bpmn:outgoing>SequenceFlow_1wvh54c</bpmn:outgoing> |
| 26 | </bpmn:serviceTask> |
| 27 | <bpmn:serviceTask id="ServiceTask_4" name="Create Service Instance (SDNC)" camunda:class="org.openecomp.mso.bpmn.infrastructure.SDNCTasks.SDNCCreateServiceInstance"> |
| 28 | <bpmn:incoming>SequenceFlow_1wvh54c</bpmn:incoming> |
| 29 | <bpmn:outgoing>SequenceFlow_011vkoq</bpmn:outgoing> |
| 30 | </bpmn:serviceTask> |
| 31 | <bpmn:subProcess id="SubProcess_0li0k0e" triggeredByEvent="true"> |
| 32 | <bpmn:sequenceFlow id="SequenceFlow_1hm0qrs" sourceRef="StartEvent_0c0kf3c" targetRef="Task_0g6f9wo" /> |
| 33 | <bpmn:endEvent id="EndEvent_0vqclsg" name="end"> |
| 34 | <bpmn:incoming>SequenceFlow_1lli2e6</bpmn:incoming> |
| 35 | </bpmn:endEvent> |
| 36 | <bpmn:sequenceFlow id="SequenceFlow_1lli2e6" sourceRef="Task_0g6f9wo" targetRef="EndEvent_0vqclsg" /> |
| 37 | <bpmn:startEvent id="StartEvent_0c0kf3c" name="error"> |
| 38 | <bpmn:outgoing>SequenceFlow_1hm0qrs</bpmn:outgoing> |
| 39 | <bpmn:errorEventDefinition /> |
| 40 | </bpmn:startEvent> |
| 41 | <bpmn:callActivity id="Task_0g6f9wo" name="Rollback" calledElement="CreateServiceInstanceV3Rollback"> |
| 42 | <bpmn:extensionElements> |
| 43 | <camunda:in source="aaiServiceInstanceRollback" target="aaiServiceInstanceRollback" /> |
| 44 | <camunda:in source="ServiceDecomposition" target="ServiceDecomposition" /> |
| 45 | </bpmn:extensionElements> |
| 46 | <bpmn:incoming>SequenceFlow_1hm0qrs</bpmn:incoming> |
| 47 | <bpmn:outgoing>SequenceFlow_1lli2e6</bpmn:outgoing> |
| 48 | </bpmn:callActivity> |
| 49 | </bpmn:subProcess> |
| 50 | </bpmn:process> |
| 51 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 52 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateServiceInstanceV3"> |
| 53 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1"> |
| 54 | <dc:Bounds x="173" y="102" width="36" height="36" /> |
| 55 | <bpmndi:BPMNLabel> |
| 56 | <dc:Bounds x="180" y="138" width="22" height="12" /> |
| 57 | </bpmndi:BPMNLabel> |
| 58 | </bpmndi:BPMNShape> |
| 59 | <bpmndi:BPMNEdge id="SequenceFlow_055igqy_di" bpmnElement="SequenceFlow_055igqy"> |
| 60 | <di:waypoint xsi:type="dc:Point" x="209" y="120" /> |
| 61 | <di:waypoint xsi:type="dc:Point" x="245" y="120" /> |
| 62 | <bpmndi:BPMNLabel> |
| 63 | <dc:Bounds x="182" y="99" width="90" height="12" /> |
| 64 | </bpmndi:BPMNLabel> |
| 65 | </bpmndi:BPMNEdge> |
| 66 | <bpmndi:BPMNShape id="ServiceTask_131yzgl_di" bpmnElement="ServiceTask_1"> |
| 67 | <dc:Bounds x="245" y="80" width="100" height="80" /> |
| 68 | </bpmndi:BPMNShape> |
| 69 | <bpmndi:BPMNShape id="EndEvent_0czacld_di" bpmnElement="EndEvent_0czacld"> |
| 70 | <dc:Bounds x="815" y="102" width="36" height="36" /> |
| 71 | <bpmndi:BPMNLabel> |
| 72 | <dc:Bounds x="824" y="142" width="18" height="12" /> |
| 73 | </bpmndi:BPMNLabel> |
| 74 | </bpmndi:BPMNShape> |
| 75 | <bpmndi:BPMNEdge id="SequenceFlow_0n3aqvm_di" bpmnElement="SequenceFlow_0n3aqvm"> |
| 76 | <di:waypoint xsi:type="dc:Point" x="345" y="120" /> |
| 77 | <di:waypoint xsi:type="dc:Point" x="386" y="120" /> |
| 78 | <bpmndi:BPMNLabel> |
| 79 | <dc:Bounds x="320.5" y="99" width="90" height="12" /> |
| 80 | </bpmndi:BPMNLabel> |
| 81 | </bpmndi:BPMNEdge> |
| 82 | <bpmndi:BPMNShape id="ServiceTask_1n62tc6_di" bpmnElement="ServiceTask_2"> |
| 83 | <dc:Bounds x="386" y="80" width="100" height="80" /> |
| 84 | </bpmndi:BPMNShape> |
| 85 | <bpmndi:BPMNEdge id="SequenceFlow_1knhaka_di" bpmnElement="SequenceFlow_1knhaka"> |
| 86 | <di:waypoint xsi:type="dc:Point" x="486" y="120" /> |
| 87 | <di:waypoint xsi:type="dc:Point" x="532" y="120" /> |
| 88 | <bpmndi:BPMNLabel> |
| 89 | <dc:Bounds x="464" y="99" width="90" height="12" /> |
| 90 | </bpmndi:BPMNLabel> |
| 91 | </bpmndi:BPMNEdge> |
| 92 | <bpmndi:BPMNEdge id="SequenceFlow_1wvh54c_di" bpmnElement="SequenceFlow_1wvh54c"> |
| 93 | <di:waypoint xsi:type="dc:Point" x="632" y="120" /> |
| 94 | <di:waypoint xsi:type="dc:Point" x="674" y="120" /> |
| 95 | <bpmndi:BPMNLabel> |
| 96 | <dc:Bounds x="608" y="99" width="90" height="12" /> |
| 97 | </bpmndi:BPMNLabel> |
| 98 | </bpmndi:BPMNEdge> |
| 99 | <bpmndi:BPMNEdge id="SequenceFlow_011vkoq_di" bpmnElement="SequenceFlow_011vkoq"> |
| 100 | <di:waypoint xsi:type="dc:Point" x="774" y="120" /> |
| 101 | <di:waypoint xsi:type="dc:Point" x="815" y="120" /> |
| 102 | <bpmndi:BPMNLabel> |
| 103 | <dc:Bounds x="749.5" y="99" width="90" height="12" /> |
| 104 | </bpmndi:BPMNLabel> |
| 105 | </bpmndi:BPMNEdge> |
| 106 | <bpmndi:BPMNShape id="ServiceTask_0ulwzil_di" bpmnElement="ServiceTask_3"> |
| 107 | <dc:Bounds x="532" y="80" width="100" height="80" /> |
| 108 | </bpmndi:BPMNShape> |
| 109 | <bpmndi:BPMNShape id="ServiceTask_1qe7j08_di" bpmnElement="ServiceTask_4"> |
| 110 | <dc:Bounds x="674" y="80" width="100" height="80" /> |
| 111 | </bpmndi:BPMNShape> |
| 112 | <bpmndi:BPMNShape id="SubProcess_0mrwlu0_di" bpmnElement="SubProcess_0li0k0e" isExpanded="true"> |
| 113 | <dc:Bounds x="315" y="204" width="350" height="200" /> |
| 114 | </bpmndi:BPMNShape> |
| 115 | <bpmndi:BPMNEdge id="SequenceFlow_1hm0qrs_di" bpmnElement="SequenceFlow_1hm0qrs"> |
| 116 | <di:waypoint xsi:type="dc:Point" x="381" y="287" /> |
| 117 | <di:waypoint xsi:type="dc:Point" x="433" y="287" /> |
| 118 | <bpmndi:BPMNLabel> |
| 119 | <dc:Bounds x="362" y="266" width="90" height="12" /> |
| 120 | </bpmndi:BPMNLabel> |
| 121 | </bpmndi:BPMNEdge> |
| 122 | <bpmndi:BPMNShape id="EndEvent_0vqclsg_di" bpmnElement="EndEvent_0vqclsg"> |
| 123 | <dc:Bounds x="571" y="269" width="36" height="36" /> |
| 124 | <bpmndi:BPMNLabel> |
| 125 | <dc:Bounds x="580" y="309" width="18" height="12" /> |
| 126 | </bpmndi:BPMNLabel> |
| 127 | </bpmndi:BPMNShape> |
| 128 | <bpmndi:BPMNEdge id="SequenceFlow_1lli2e6_di" bpmnElement="SequenceFlow_1lli2e6"> |
| 129 | <di:waypoint xsi:type="dc:Point" x="533" y="287" /> |
| 130 | <di:waypoint xsi:type="dc:Point" x="571" y="287" /> |
| 131 | <bpmndi:BPMNLabel> |
| 132 | <dc:Bounds x="507" y="266" width="90" height="12" /> |
| 133 | </bpmndi:BPMNLabel> |
| 134 | </bpmndi:BPMNEdge> |
| 135 | <bpmndi:BPMNShape id="StartEvent_070db75_di" bpmnElement="StartEvent_0c0kf3c"> |
| 136 | <dc:Bounds x="345" y="269" width="36" height="36" /> |
| 137 | <bpmndi:BPMNLabel> |
| 138 | <dc:Bounds x="351" y="309" width="24" height="12" /> |
| 139 | </bpmndi:BPMNLabel> |
| 140 | </bpmndi:BPMNShape> |
| 141 | <bpmndi:BPMNShape id="CallActivity_0lsbpos_di" bpmnElement="Task_0g6f9wo"> |
| 142 | <dc:Bounds x="433" y="247" width="100" height="80" /> |
| 143 | </bpmndi:BPMNShape> |
| 144 | </bpmndi:BPMNPlane> |
| 145 | </bpmndi:BPMNDiagram> |
| 146 | </bpmn:definitions> |