blob: 09d3aa769610561f99dade5cec117dee0881c8b6 [file] [log] [blame]
Elena Kuleshovb414a592018-09-20 11:07:23 -04001--Oz34MbsoUcF5cyWT62NuPjcHb9SU_GIfNHI
2Content-Disposition: form-data; name="deployment-name"
3Content-Type: text/plain; charset=ISO-8859-1
4Content-Transfer-Encoding: 8bit
5
6MSO Sample 1
7--Oz34MbsoUcF5cyWT62NuPjcHb9SU_GIfNHI
8Content-Disposition: form-data; name="enable-duplicate-filtering"
9Content-Type: text/plain; charset=ISO-8859-1
10Content-Transfer-Encoding: 8bit
11
12false
13--Oz34MbsoUcF5cyWT62NuPjcHb9SU_GIfNHI
14Content-Disposition: form-data; name="deploy-changed-only"
15Content-Type: text/plain; charset=ISO-8859-1
16Content-Transfer-Encoding: 8bit
17
18false
19--Oz34MbsoUcF5cyWT62NuPjcHb9SU_GIfNHI
20Content-Disposition: form-data; name="deployment-source"
21Content-Type: text/plain; charset=ISO-8859-1
22Content-Transfer-Encoding: 8bit
23
24local
25--Oz34MbsoUcF5cyWT62NuPjcHb9SU_GIfNHI
26Content-Disposition: form-data; name="testBB.bpmn"; filename="testBB.bpmn"; size=2990
27Content-Type: octet
28Content-Transfer-Encoding: binary
29
30<?xml version="1.0" encoding="UTF-8"?>
31<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">
32 <bpmn:process id="TestBB" name="TestBB" isExecutable="true">
33 <bpmn:startEvent id="StartEvent_1" name="Start">
34 <bpmn:outgoing>SequenceFlow_1owu825</bpmn:outgoing>
35 </bpmn:startEvent>
36 <bpmn:endEvent id="EndEvent_06wodhm" name="End">
37 <bpmn:incoming>SequenceFlow_1gwcdup</bpmn:incoming>
38 </bpmn:endEvent>
39 <bpmn:sequenceFlow id="SequenceFlow_1owu825" sourceRef="StartEvent_1" targetRef="FisrtTask" />
40 <bpmn:sequenceFlow id="SequenceFlow_1gwcdup" sourceRef="FisrtTask" targetRef="EndEvent_06wodhm" />
41 <bpmn:scriptTask id="FisrtTask" name="FirstTask" scriptFormat="groovy">
42 <bpmn:incoming>SequenceFlow_1owu825</bpmn:incoming>
43 <bpmn:outgoing>SequenceFlow_1gwcdup</bpmn:outgoing>
44 <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
45DoCreateVnf createVnf = new DoCreateVnf()
46createVnf.preProcessRequest(execution)]]></bpmn:script>
47 </bpmn:scriptTask>
48 </bpmn:process>
49 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
50 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="TestBB">
51 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
52 <dc:Bounds x="217" y="171" width="36" height="36" />
53 <bpmndi:BPMNLabel>
54 <dc:Bounds x="223" y="207" width="23" height="12" />
55 </bpmndi:BPMNLabel>
56 </bpmndi:BPMNShape>
57 <bpmndi:BPMNShape id="EndEvent_06wodhm_di" bpmnElement="EndEvent_06wodhm">
58 <dc:Bounds x="630" y="171" width="36" height="36" />
59 <bpmndi:BPMNLabel>
60 <dc:Bounds x="638" y="207" width="19" height="12" />
61 </bpmndi:BPMNLabel>
62 </bpmndi:BPMNShape>
63 <bpmndi:BPMNEdge id="SequenceFlow_1owu825_di" bpmnElement="SequenceFlow_1owu825">
64 <di:waypoint xsi:type="dc:Point" x="253" y="189" />
65 <di:waypoint xsi:type="dc:Point" x="390" y="189" />
66 <bpmndi:BPMNLabel>
67 <dc:Bounds x="322" y="174" width="0" height="0" />
68 </bpmndi:BPMNLabel>
69 </bpmndi:BPMNEdge>
70 <bpmndi:BPMNEdge id="SequenceFlow_1gwcdup_di" bpmnElement="SequenceFlow_1gwcdup">
71 <di:waypoint xsi:type="dc:Point" x="490" y="189" />
72 <di:waypoint xsi:type="dc:Point" x="630" y="189" />
73 <bpmndi:BPMNLabel>
74 <dc:Bounds x="560" y="174" width="0" height="0" />
75 </bpmndi:BPMNLabel>
76 </bpmndi:BPMNEdge>
77 <bpmndi:BPMNShape id="ScriptTask_0u50zcm_di" bpmnElement="FisrtTask">
78 <dc:Bounds x="390" y="149" width="100" height="80" />
79 </bpmndi:BPMNShape>
80 </bpmndi:BPMNPlane>
81 </bpmndi:BPMNDiagram>
82</bpmn:definitions>
83
84--Oz34MbsoUcF5cyWT62NuPjcHb9SU_GIfNHI--