blob: 47d1f6e649894404d46b5ac17ae5a85edea95fca [file] [log] [blame]
Elena Kuleshovb414a592018-09-20 11:07:23 -04001<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0">
3 <bpmn:process id="TestBB" name="TestBB" isExecutable="true">
4 <bpmn:startEvent id="StartEvent_1" name="Start">
5 <bpmn:outgoing>SequenceFlow_1owu825</bpmn:outgoing>
6 </bpmn:startEvent>
7 <bpmn:endEvent id="EndEvent_06wodhm" name="End">
8 <bpmn:incoming>SequenceFlow_1gwcdup</bpmn:incoming>
9 </bpmn:endEvent>
10 <bpmn:sequenceFlow id="SequenceFlow_1owu825" sourceRef="StartEvent_1" targetRef="FisrtTask" />
11 <bpmn:sequenceFlow id="SequenceFlow_1gwcdup" sourceRef="FisrtTask" targetRef="EndEvent_06wodhm" />
12 <bpmn:scriptTask id="FisrtTask" name="FirstTask" scriptFormat="groovy">
13 <bpmn:incoming>SequenceFlow_1owu825</bpmn:incoming>
14 <bpmn:outgoing>SequenceFlow_1gwcdup</bpmn:outgoing>
15 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
16DoCreateVnf createVnf = new DoCreateVnf()
17createVnf.preProcessRequest(execution)]]></bpmn:script>
18 </bpmn:scriptTask>
19 </bpmn:process>
20 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
21 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="TestBB">
22 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
23 <dc:Bounds x="217" y="171" width="36" height="36" />
24 <bpmndi:BPMNLabel>
25 <dc:Bounds x="223" y="207" width="23" height="12" />
26 </bpmndi:BPMNLabel>
27 </bpmndi:BPMNShape>
28 <bpmndi:BPMNShape id="EndEvent_06wodhm_di" bpmnElement="EndEvent_06wodhm">
29 <dc:Bounds x="630" y="171" width="36" height="36" />
30 <bpmndi:BPMNLabel>
31 <dc:Bounds x="638" y="207" width="19" height="12" />
32 </bpmndi:BPMNLabel>
33 </bpmndi:BPMNShape>
34 <bpmndi:BPMNEdge id="SequenceFlow_1owu825_di" bpmnElement="SequenceFlow_1owu825">
35 <di:waypoint xsi:type="dc:Point" x="253" y="189" />
36 <di:waypoint xsi:type="dc:Point" x="390" y="189" />
37 <bpmndi:BPMNLabel>
38 <dc:Bounds x="322" y="174" width="0" height="0" />
39 </bpmndi:BPMNLabel>
40 </bpmndi:BPMNEdge>
41 <bpmndi:BPMNEdge id="SequenceFlow_1gwcdup_di" bpmnElement="SequenceFlow_1gwcdup">
42 <di:waypoint xsi:type="dc:Point" x="490" y="189" />
43 <di:waypoint xsi:type="dc:Point" x="630" y="189" />
44 <bpmndi:BPMNLabel>
45 <dc:Bounds x="560" y="174" width="0" height="0" />
46 </bpmndi:BPMNLabel>
47 </bpmndi:BPMNEdge>
48 <bpmndi:BPMNShape id="ScriptTask_0u50zcm_di" bpmnElement="FisrtTask">
49 <dc:Bounds x="390" y="149" width="100" height="80" />
50 </bpmndi:BPMNShape>
51 </bpmndi:BPMNPlane>
52 </bpmndi:BPMNDiagram>
53</bpmn:definitions>