blob: 23351eb1b1c8fd8bc1dfb0c308fb702c880e6c0b [file] [log] [blame]
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -07001<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.6.0">
3 <bpmn:process id="GenericNotificationService" name="GenericNotificationService" isExecutable="true">
4 <bpmn:startEvent id="StartEvent_1">
5 <bpmn:outgoing>SequenceFlow_0zigcpk</bpmn:outgoing>
6 </bpmn:startEvent>
7 <bpmn:endEvent id="EndEvent_0u9cxx7">
8 <bpmn:incoming>SequenceFlow_1122k97</bpmn:incoming>
9 </bpmn:endEvent>
10 <bpmn:sequenceFlow id="SequenceFlow_0zigcpk" sourceRef="StartEvent_1" targetRef="Task_1tj48xt" />
11 <bpmn:scriptTask id="Task_1tj48xt" name="Pre Processs" scriptFormat="groovy">
12 <bpmn:incoming>SequenceFlow_0zigcpk</bpmn:incoming>
13 <bpmn:outgoing>SequenceFlow_1122k97</bpmn:outgoing>
14 <bpmn:script><![CDATA[println "INSIDE --> GenericNotificationService Process"]]></bpmn:script>
15 </bpmn:scriptTask>
16 <bpmn:sequenceFlow id="SequenceFlow_1122k97" sourceRef="Task_1tj48xt" targetRef="EndEvent_0u9cxx7" />
17 </bpmn:process>
18 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
19 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="GenericNotificationService">
20 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
21 <dc:Bounds x="173" y="102" width="36" height="36" />
22 </bpmndi:BPMNShape>
23 <bpmndi:BPMNShape id="EndEvent_0u9cxx7_di" bpmnElement="EndEvent_0u9cxx7">
24 <dc:Bounds x="483" y="102" width="36" height="36" />
25 <bpmndi:BPMNLabel>
26 <dc:Bounds x="501" y="138" width="0" height="0" />
27 </bpmndi:BPMNLabel>
28 </bpmndi:BPMNShape>
29 <bpmndi:BPMNEdge id="SequenceFlow_0zigcpk_di" bpmnElement="SequenceFlow_0zigcpk">
30 <di:waypoint xsi:type="dc:Point" x="209" y="120" />
31 <di:waypoint xsi:type="dc:Point" x="300" y="120" />
32 <bpmndi:BPMNLabel>
33 <dc:Bounds x="255" y="105" width="0" height="0" />
34 </bpmndi:BPMNLabel>
35 </bpmndi:BPMNEdge>
36 <bpmndi:BPMNShape id="ScriptTask_1dhe9cw_di" bpmnElement="Task_1tj48xt">
37 <dc:Bounds x="300" y="80" width="100" height="80" />
38 </bpmndi:BPMNShape>
39 <bpmndi:BPMNEdge id="SequenceFlow_1122k97_di" bpmnElement="SequenceFlow_1122k97">
40 <di:waypoint xsi:type="dc:Point" x="400" y="120" />
41 <di:waypoint xsi:type="dc:Point" x="483" y="120" />
42 <bpmndi:BPMNLabel>
43 <dc:Bounds x="442" y="105" width="0" height="0" />
44 </bpmndi:BPMNLabel>
45 </bpmndi:BPMNEdge>
46 </bpmndi:BPMNPlane>
47 </bpmndi:BPMNDiagram>
48</bpmn:definitions>