Containerization feature of SO
[so.git] / bpmn / MSOCommonBPMN / src / main / resources / subprocess / BuildingBlock / Orchestration.bpmn
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.10.0">
3   <bpmn:process id="Orchestration" isExecutable="true">
4     <bpmn:startEvent id="StartEvent_1">
5       <bpmn:outgoing>SequenceFlow_10gblml</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:endEvent id="EndEvent_0eak8i4">
8       <bpmn:incoming>SequenceFlow_0x1lx7c</bpmn:incoming>
9     </bpmn:endEvent>
10     <bpmn:serviceTask id="Task_06qhrqm" name="Decompose Request" camunda:class="org.onap.so.bpmn.servicedecomposition.tasks.DecomposeRequest">
11       <bpmn:extensionElements>
12         <camunda:inputOutput>
13           <camunda:inputParameter name="request" />
14           <camunda:inputParameter name="buildingblock" />
15         </camunda:inputOutput>
16       </bpmn:extensionElements>
17       <bpmn:incoming>SequenceFlow_10gblml</bpmn:incoming>
18       <bpmn:outgoing>SequenceFlow_0x1lx7c</bpmn:outgoing>
19     </bpmn:serviceTask>
20     <bpmn:sequenceFlow id="SequenceFlow_10gblml" sourceRef="StartEvent_1" targetRef="Task_06qhrqm" />
21     <bpmn:sequenceFlow id="SequenceFlow_0x1lx7c" sourceRef="Task_06qhrqm" targetRef="EndEvent_0eak8i4" />
22   </bpmn:process>
23   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
24     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Orchestration">
25       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
26         <dc:Bounds x="631" y="407" width="36" height="36" />
27         <bpmndi:BPMNLabel>
28           <dc:Bounds x="604" y="443" width="90" height="20" />
29         </bpmndi:BPMNLabel>
30       </bpmndi:BPMNShape>
31       <bpmndi:BPMNShape id="EndEvent_0eak8i4_di" bpmnElement="EndEvent_0eak8i4">
32         <dc:Bounds x="928" y="407" width="36" height="36" />
33         <bpmndi:BPMNLabel>
34           <dc:Bounds x="946" y="447" width="0" height="12" />
35         </bpmndi:BPMNLabel>
36       </bpmndi:BPMNShape>
37       <bpmndi:BPMNShape id="ServiceTask_0y0800u_di" bpmnElement="Task_06qhrqm">
38         <dc:Bounds x="746" y="385" width="100" height="80" />
39       </bpmndi:BPMNShape>
40       <bpmndi:BPMNEdge id="SequenceFlow_10gblml_di" bpmnElement="SequenceFlow_10gblml">
41         <di:waypoint xsi:type="dc:Point" x="667" y="425" />
42         <di:waypoint xsi:type="dc:Point" x="746" y="425" />
43         <bpmndi:BPMNLabel>
44           <dc:Bounds x="706.5" y="404" width="0" height="12" />
45         </bpmndi:BPMNLabel>
46       </bpmndi:BPMNEdge>
47       <bpmndi:BPMNEdge id="SequenceFlow_0x1lx7c_di" bpmnElement="SequenceFlow_0x1lx7c">
48         <di:waypoint xsi:type="dc:Point" x="846" y="425" />
49         <di:waypoint xsi:type="dc:Point" x="928" y="425" />
50         <bpmndi:BPMNLabel>
51           <dc:Bounds x="887" y="404" width="0" height="12" />
52         </bpmndi:BPMNLabel>
53       </bpmndi:BPMNEdge>
54     </bpmndi:BPMNPlane>
55   </bpmndi:BPMNDiagram>
56 </bpmn:definitions>