[MSO-8] Update the maven dependency
[so.git] / bpmn / MSOCoreBPMN / src / test / resources / BaseTaskTest.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <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
3   <bpmn2:process id="BaseTaskTest" name="BaseTaskTest" isExecutable="true">\r
4     <bpmn2:startEvent id="StartEvent_1">\r
5       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>\r
6     </bpmn2:startEvent>\r
7     <bpmn2:serviceTask id="ServiceTask_1" camunda:class="org.openecomp.mso.bpmn.core.TestBaseTask$TestTask" name="TestTask">\r
8       <bpmn2:extensionElements>\r
9         <camunda:field name="existingString">\r
10           <camunda:string>Hello World</camunda:string>\r
11         </camunda:field>\r
12         <camunda:field name="existingStringFromVar">\r
13           <camunda:expression>${firstName}</camunda:expression>\r
14         </camunda:field>\r
15         <camunda:field name="nonExistingStringFromVar">\r
16           <camunda:expression>${undefinedVariable}</camunda:expression>\r
17         </camunda:field>\r
18         <camunda:field name="existingInteger">\r
19           <camunda:string>42</camunda:string>\r
20         </camunda:field>\r
21         <camunda:field name="existingIntegerFromVar">\r
22           <camunda:expression>${age}</camunda:expression>\r
23         </camunda:field>\r
24         <camunda:field name="nonExistingIntegerFromVar">\r
25           <camunda:expression>${undefinedVariable}</camunda:expression>\r
26         </camunda:field>\r
27         <camunda:field name="existingLong">\r
28           <camunda:string>123456789</camunda:string>\r
29         </camunda:field>\r
30         <camunda:field name="existingLongFromVar">\r
31           <camunda:expression>${lastVisit}</camunda:expression>\r
32         </camunda:field>\r
33         <camunda:field name="nonExistingLongFromVar">\r
34           <camunda:expression>${undefinedVariable}</camunda:expression>\r
35         </camunda:field>\r
36         <camunda:field name="existingOutputVar">\r
37           <camunda:string>goodVariable</camunda:string>\r
38         </camunda:field>\r
39         <camunda:field name="existingBadOutputVar">\r
40           <camunda:string>bad Variable</camunda:string>\r
41         </camunda:field>\r
42       </bpmn2:extensionElements>\r
43       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>\r
44       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>\r
45     </bpmn2:serviceTask>\r
46     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="ServiceTask_1"/>\r
47     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="ServiceTask_1" targetRef="EndEvent_1"/>\r
48     <bpmn2:endEvent id="EndEvent_1">\r
49       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>\r
50     </bpmn2:endEvent>\r
51   </bpmn2:process>\r
52   <bpmndi:BPMNDiagram id="BPMNDiagram_1">\r
53     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="BaseTaskTest">\r
54       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_36" bpmnElement="StartEvent_1">\r
55         <dc:Bounds height="36.0" width="36.0" x="55.0" y="38.0"/>\r
56       </bpmndi:BPMNShape>\r
57       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_68" bpmnElement="ServiceTask_1">\r
58         <dc:Bounds height="80.0" width="100.0" x="180.0" y="16.0"/>\r
59       </bpmndi:BPMNShape>\r
60       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_36" targetElement="_BPMNShape_ServiceTask_68">\r
61         <di:waypoint xsi:type="dc:Point" x="91.0" y="56.0"/>\r
62         <di:waypoint xsi:type="dc:Point" x="180.0" y="56.0"/>\r
63       </bpmndi:BPMNEdge>\r
64       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_83" bpmnElement="EndEvent_1">\r
65         <dc:Bounds height="36.0" width="36.0" x="369.0" y="38.0"/>\r
66         <bpmndi:BPMNLabel>\r
67           <dc:Bounds height="0.0" width="0.0" x="387.0" y="79.0"/>\r
68         </bpmndi:BPMNLabel>\r
69       </bpmndi:BPMNShape>\r
70       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ServiceTask_68" targetElement="_BPMNShape_EndEvent_83">\r
71         <di:waypoint xsi:type="dc:Point" x="280.0" y="56.0"/>\r
72         <di:waypoint xsi:type="dc:Point" x="369.0" y="56.0"/>\r
73         <bpmndi:BPMNLabel>\r
74           <dc:Bounds height="6.0" width="6.0" x="370.0" y="57.0"/>\r
75         </bpmndi:BPMNLabel>\r
76       </bpmndi:BPMNEdge>\r
77     </bpmndi:BPMNPlane>\r
78   </bpmndi:BPMNDiagram>\r
79 </bpmn2:definitions>