1710 Rebase - Second Attempt
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / process / TestHelloWorld.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.8.2">
3   <bpmn:process id="Process_1" isExecutable="false">
4     <bpmn:startEvent id="StartEvent_1" name="start">
5       <bpmn:outgoing>SequenceFlow_0bav304</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:sequenceFlow id="SequenceFlow_0bav304" sourceRef="StartEvent_1" targetRef="Task_1omdjv6" />
8     <bpmn:endEvent id="EndEvent_102s4ct" name="end">
9       <bpmn:incoming>SequenceFlow_02tq5ta</bpmn:incoming>
10     </bpmn:endEvent>
11     <bpmn:sequenceFlow id="SequenceFlow_02tq5ta" sourceRef="Task_1omdjv6" targetRef="EndEvent_102s4ct" />
12     <bpmn:serviceTask id="Task_1omdjv6" name="log hello world" camunda:expression="${AAIRestClientImpl.logHelloWorld()}">
13       <bpmn:incoming>SequenceFlow_0bav304</bpmn:incoming>
14       <bpmn:outgoing>SequenceFlow_02tq5ta</bpmn:outgoing>
15     </bpmn:serviceTask>
16   </bpmn:process>
17   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
18     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
19       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
20         <dc:Bounds x="173" y="102" width="36" height="36" />
21         <bpmndi:BPMNLabel>
22           <dc:Bounds x="180" y="138" width="22" height="12" />
23         </bpmndi:BPMNLabel>
24       </bpmndi:BPMNShape>
25       <bpmndi:BPMNEdge id="SequenceFlow_0bav304_di" bpmnElement="SequenceFlow_0bav304">
26         <di:waypoint xsi:type="dc:Point" x="209" y="120" />
27         <di:waypoint xsi:type="dc:Point" x="237" y="120" />
28         <di:waypoint xsi:type="dc:Point" x="237" y="120" />
29         <di:waypoint xsi:type="dc:Point" x="265" y="120" />
30         <bpmndi:BPMNLabel>
31           <dc:Bounds x="252" y="114" width="0" height="12" />
32         </bpmndi:BPMNLabel>
33       </bpmndi:BPMNEdge>
34       <bpmndi:BPMNShape id="EndEvent_102s4ct_di" bpmnElement="EndEvent_102s4ct">
35         <dc:Bounds x="429" y="102" width="36" height="36" />
36         <bpmndi:BPMNLabel>
37           <dc:Bounds x="438" y="142" width="18" height="12" />
38         </bpmndi:BPMNLabel>
39       </bpmndi:BPMNShape>
40       <bpmndi:BPMNEdge id="SequenceFlow_02tq5ta_di" bpmnElement="SequenceFlow_02tq5ta">
41         <di:waypoint xsi:type="dc:Point" x="365" y="120" />
42         <di:waypoint xsi:type="dc:Point" x="429" y="120" />
43         <bpmndi:BPMNLabel>
44           <dc:Bounds x="397" y="99" width="0" height="12" />
45         </bpmndi:BPMNLabel>
46       </bpmndi:BPMNEdge>
47       <bpmndi:BPMNShape id="ServiceTask_0bl4qfz_di" bpmnElement="Task_1omdjv6">
48         <dc:Bounds x="265" y="80" width="100" height="80" />
49       </bpmndi:BPMNShape>
50     </bpmndi:BPMNPlane>
51   </bpmndi:BPMNDiagram>
52 </bpmn:definitions>