Add new tests for DAO
[clamp.git] / src / main / resources / bpmn / SampleTestProcessDelegate.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
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="_7-gSIF09EeWE96cFqGLI8w" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://camunda.org/schema/1.0/bpmn">
3   <bpmn2:process id="SampleTestProcessDeleagate-wf" name="SampleTestProcessDeleagate-wf" isExecutable="true">
4     <bpmn2:startEvent id="StartEcho" name="StartEvent">
5       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:serviceTask id="ServiceTask_1" camunda:class="com.att.ajsc.clds.designer.workflow.PublishMessageDelegate" name="Perform ">
8       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
9       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
10     </bpmn2:serviceTask>
11     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="StartEcho" targetRef="ServiceTask_1"/>
12     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="ServiceTask_1" targetRef="UserTask_1"/>
13     <bpmn2:userTask id="UserTask_1" camunda:assignee="bharath" name="HumanTask1">
14       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
15       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
16     </bpmn2:userTask>
17     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="UserTask_1" targetRef="ServiceTask_3"/>
18     <bpmn2:serviceTask id="ServiceTask_3" camunda:class="com.att.ajsc.clds.designer.workflow.ConsumeMessageDelegate" name="AddServiceTask3">
19       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
20       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
21     </bpmn2:serviceTask>
22     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="ServiceTask_3" targetRef="EndEvent_1"/>
23     <bpmn2:endEvent id="EndEvent_1" name="Endevent">
24       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
25     </bpmn2:endEvent>
26   </bpmn2:process>
27   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
28     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="SampleTestProcessDeleagate-wf">
29       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_3" bpmnElement="StartEcho">
30         <dc:Bounds height="36.0" width="36.0" x="191.0" y="253.0"/>
31       </bpmndi:BPMNShape>
32       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_4" bpmnElement="ServiceTask_1">
33         <dc:Bounds height="80.0" width="100.0" x="277.0" y="231.0"/>
34       </bpmndi:BPMNShape>
35       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_StartEvent_3" targetElement="_BPMNShape_ServiceTask_4">
36         <di:waypoint xsi:type="dc:Point" x="227.0" y="271.0"/>
37         <di:waypoint xsi:type="dc:Point" x="277.0" y="271.0"/>
38       </bpmndi:BPMNEdge>
39       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_103" bpmnElement="EndEvent_1">
40         <dc:Bounds height="36.0" width="36.0" x="955.0" y="253.0"/>
41         <bpmndi:BPMNLabel>
42           <dc:Bounds height="25.0" width="73.0" x="938.0" y="294.0"/>
43         </bpmndi:BPMNLabel>
44       </bpmndi:BPMNShape>
45       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_6" bpmnElement="ServiceTask_3">
46         <dc:Bounds height="80.0" width="100.0" x="497.0" y="454.0"/>
47       </bpmndi:BPMNShape>
48       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ServiceTask_6" targetElement="_BPMNShape_EndEvent_103">
49         <di:waypoint xsi:type="dc:Point" x="597.0" y="494.0"/>
50         <di:waypoint xsi:type="dc:Point" x="918.0" y="494.0"/>
51         <di:waypoint xsi:type="dc:Point" x="918.0" y="271.0"/>
52         <di:waypoint xsi:type="dc:Point" x="955.0" y="271.0"/>
53         <bpmndi:BPMNLabel>
54           <dc:Bounds height="6.0" width="6.0" x="915.0" y="271.0"/>
55         </bpmndi:BPMNLabel>
56       </bpmndi:BPMNEdge>
57       <bpmndi:BPMNShape id="_BPMNShape_UserTask_2" bpmnElement="UserTask_1">
58         <dc:Bounds height="80.0" width="100.0" x="630.0" y="117.0"/>
59       </bpmndi:BPMNShape>
60       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_UserTask_2" targetElement="_BPMNShape_ServiceTask_6">
61         <di:waypoint xsi:type="dc:Point" x="730.0" y="187.0"/>
62         <di:waypoint xsi:type="dc:Point" x="730.0" y="494.0"/>
63         <di:waypoint xsi:type="dc:Point" x="597.0" y="494.0"/>
64         <bpmndi:BPMNLabel>
65           <dc:Bounds height="6.0" width="6.0" x="701.0" y="271.0"/>
66         </bpmndi:BPMNLabel>
67       </bpmndi:BPMNEdge>
68       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_ServiceTask_4" targetElement="_BPMNShape_UserTask_2">
69         <di:waypoint xsi:type="dc:Point" x="377.0" y="271.0"/>
70         <di:waypoint xsi:type="dc:Point" x="436.0" y="271.0"/>
71         <di:waypoint xsi:type="dc:Point" x="436.0" y="157.0"/>
72         <di:waypoint xsi:type="dc:Point" x="630.0" y="157.0"/>
73         <bpmndi:BPMNLabel>
74           <dc:Bounds height="6.0" width="6.0" x="457.0" y="271.0"/>
75         </bpmndi:BPMNLabel>
76       </bpmndi:BPMNEdge>
77     </bpmndi:BPMNPlane>
78   </bpmndi:BPMNDiagram>
79 </bpmn2:definitions>