Containerization feature of SO
[so.git] / bpmn / MSOCoreBPMN / src / test / resources / BaseTaskTest.bpmn
index bb15ce2..4d531d2 100644 (file)
@@ -1,79 +1,79 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="_IS440DbGEeWouodEI7MXGQ" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://camunda.org/schema/1.0/bpmn">\r
-  <bpmn2:process id="BaseTaskTest" name="BaseTaskTest" isExecutable="true">\r
-    <bpmn2:startEvent id="StartEvent_1">\r
-      <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>\r
-    </bpmn2:startEvent>\r
-    <bpmn2:serviceTask id="ServiceTask_1" camunda:class="org.openecomp.mso.bpmn.core.TestBaseTask$TestTask" name="TestTask">\r
-      <bpmn2:extensionElements>\r
-        <camunda:field name="existingString">\r
-          <camunda:string>Hello World</camunda:string>\r
-        </camunda:field>\r
-        <camunda:field name="existingStringFromVar">\r
-          <camunda:expression>${firstName}</camunda:expression>\r
-        </camunda:field>\r
-        <camunda:field name="nonExistingStringFromVar">\r
-          <camunda:expression>${undefinedVariable}</camunda:expression>\r
-        </camunda:field>\r
-        <camunda:field name="existingInteger">\r
-          <camunda:string>42</camunda:string>\r
-        </camunda:field>\r
-        <camunda:field name="existingIntegerFromVar">\r
-          <camunda:expression>${age}</camunda:expression>\r
-        </camunda:field>\r
-        <camunda:field name="nonExistingIntegerFromVar">\r
-          <camunda:expression>${undefinedVariable}</camunda:expression>\r
-        </camunda:field>\r
-        <camunda:field name="existingLong">\r
-          <camunda:string>123456789</camunda:string>\r
-        </camunda:field>\r
-        <camunda:field name="existingLongFromVar">\r
-          <camunda:expression>${lastVisit}</camunda:expression>\r
-        </camunda:field>\r
-        <camunda:field name="nonExistingLongFromVar">\r
-          <camunda:expression>${undefinedVariable}</camunda:expression>\r
-        </camunda:field>\r
-        <camunda:field name="existingOutputVar">\r
-          <camunda:string>goodVariable</camunda:string>\r
-        </camunda:field>\r
-        <camunda:field name="existingBadOutputVar">\r
-          <camunda:string>bad Variable</camunda:string>\r
-        </camunda:field>\r
-      </bpmn2:extensionElements>\r
-      <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>\r
-      <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>\r
-    </bpmn2:serviceTask>\r
-    <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="ServiceTask_1"/>\r
-    <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="ServiceTask_1" targetRef="EndEvent_1"/>\r
-    <bpmn2:endEvent id="EndEvent_1">\r
-      <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>\r
-    </bpmn2:endEvent>\r
-  </bpmn2:process>\r
-  <bpmndi:BPMNDiagram id="BPMNDiagram_1">\r
-    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="BaseTaskTest">\r
-      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_36" bpmnElement="StartEvent_1">\r
-        <dc:Bounds height="36.0" width="36.0" x="55.0" y="38.0"/>\r
-      </bpmndi:BPMNShape>\r
-      <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_68" bpmnElement="ServiceTask_1">\r
-        <dc:Bounds height="80.0" width="100.0" x="180.0" y="16.0"/>\r
-      </bpmndi:BPMNShape>\r
-      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_36" targetElement="_BPMNShape_ServiceTask_68">\r
-        <di:waypoint xsi:type="dc:Point" x="91.0" y="56.0"/>\r
-        <di:waypoint xsi:type="dc:Point" x="180.0" y="56.0"/>\r
-      </bpmndi:BPMNEdge>\r
-      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_83" bpmnElement="EndEvent_1">\r
-        <dc:Bounds height="36.0" width="36.0" x="369.0" y="38.0"/>\r
-        <bpmndi:BPMNLabel>\r
-          <dc:Bounds height="0.0" width="0.0" x="387.0" y="79.0"/>\r
-        </bpmndi:BPMNLabel>\r
-      </bpmndi:BPMNShape>\r
-      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ServiceTask_68" targetElement="_BPMNShape_EndEvent_83">\r
-        <di:waypoint xsi:type="dc:Point" x="280.0" y="56.0"/>\r
-        <di:waypoint xsi:type="dc:Point" x="369.0" y="56.0"/>\r
-        <bpmndi:BPMNLabel>\r
-          <dc:Bounds height="6.0" width="6.0" x="370.0" y="57.0"/>\r
-        </bpmndi:BPMNLabel>\r
-      </bpmndi:BPMNEdge>\r
-    </bpmndi:BPMNPlane>\r
-  </bpmndi:BPMNDiagram>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="_IS440DbGEeWouodEI7MXGQ" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://camunda.org/schema/1.0/bpmn">
+  <bpmn2:process id="BaseTaskTest" name="BaseTaskTest" isExecutable="true">
+    <bpmn2:startEvent id="StartEvent_1">
+      <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
+    </bpmn2:startEvent>
+    <bpmn2:serviceTask id="ServiceTask_1" camunda:class="org.onap.so.bpmn.core.TestBaseTask$TestTask" name="TestTask">
+      <bpmn2:extensionElements>
+        <camunda:field name="existingString">
+          <camunda:string>Hello World</camunda:string>
+        </camunda:field>
+        <camunda:field name="existingStringFromVar">
+          <camunda:expression>${firstName}</camunda:expression>
+        </camunda:field>
+        <camunda:field name="nonExistingStringFromVar">
+          <camunda:expression>${undefinedVariable}</camunda:expression>
+        </camunda:field>
+        <camunda:field name="existingInteger">
+          <camunda:string>42</camunda:string>
+        </camunda:field>
+        <camunda:field name="existingIntegerFromVar">
+          <camunda:expression>${age}</camunda:expression>
+        </camunda:field>
+        <camunda:field name="nonExistingIntegerFromVar">
+          <camunda:expression>${undefinedVariable}</camunda:expression>
+        </camunda:field>
+        <camunda:field name="existingLong">
+          <camunda:string>123456789</camunda:string>
+        </camunda:field>
+        <camunda:field name="existingLongFromVar">
+          <camunda:expression>${lastVisit}</camunda:expression>
+        </camunda:field>
+        <camunda:field name="nonExistingLongFromVar">
+          <camunda:expression>${undefinedVariable}</camunda:expression>
+        </camunda:field>
+        <camunda:field name="existingOutputVar">
+          <camunda:string>goodVariable</camunda:string>
+        </camunda:field>
+        <camunda:field name="existingBadOutputVar">
+          <camunda:string>bad Variable</camunda:string>
+        </camunda:field>
+      </bpmn2:extensionElements>
+      <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
+      <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
+    </bpmn2:serviceTask>
+    <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="ServiceTask_1"/>
+    <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="ServiceTask_1" targetRef="EndEvent_1"/>
+    <bpmn2:endEvent id="EndEvent_1">
+      <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
+    </bpmn2:endEvent>
+  </bpmn2:process>
+  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
+    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="BaseTaskTest">
+      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_36" bpmnElement="StartEvent_1">
+        <dc:Bounds height="36.0" width="36.0" x="55.0" y="38.0"/>
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_68" bpmnElement="ServiceTask_1">
+        <dc:Bounds height="80.0" width="100.0" x="180.0" y="16.0"/>
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_36" targetElement="_BPMNShape_ServiceTask_68">
+        <di:waypoint xsi:type="dc:Point" x="91.0" y="56.0"/>
+        <di:waypoint xsi:type="dc:Point" x="180.0" y="56.0"/>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNShape id="_BPMNShape_EndEvent_83" bpmnElement="EndEvent_1">
+        <dc:Bounds height="36.0" width="36.0" x="369.0" y="38.0"/>
+        <bpmndi:BPMNLabel>
+          <dc:Bounds height="0.0" width="0.0" x="387.0" y="79.0"/>
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ServiceTask_68" targetElement="_BPMNShape_EndEvent_83">
+        <di:waypoint xsi:type="dc:Point" x="280.0" y="56.0"/>
+        <di:waypoint xsi:type="dc:Point" x="369.0" y="56.0"/>
+        <bpmndi:BPMNLabel>
+          <dc:Bounds height="6.0" width="6.0" x="370.0" y="57.0"/>
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNEdge>
+    </bpmndi:BPMNPlane>
+  </bpmndi:BPMNDiagram>
 </bpmn2:definitions>
\ No newline at end of file