<?xml version="1.0" encoding="UTF-8"?> <!-- origin at X=0.0 Y=0.0 --> <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:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:ext="http://org.eclipse.bpmn2/ext" xmlns:xs="http://www.w3.org/2001/XMLSchema" id="Definitions_1" exporter="org.eclipse.bpmn2.modeler.core" exporterVersion="1.4.2.Final-v20171109-1930-B1" targetNamespace="http://org.eclipse.bpmn2/default/process"> <bpmn2:process id="process_1" name="Default Process" isExecutable="false"> <bpmn2:startEvent id="StartEvent_1" name="Start Event 1"> <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing> </bpmn2:startEvent> <bpmn2:endEvent id="EndEvent_1" name="End Event 1"> <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming> </bpmn2:endEvent> <bpmn2:scriptTask id="ScriptTask_1" name="Script Task 1"> <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming> <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing> </bpmn2:scriptTask> <bpmn2:sequenceFlow id="SequenceFlow_2" sourceRef="StartEvent_1" targetRef="ScriptTask_1"/> <bpmn2:sequenceFlow id="SequenceFlow_3" sourceRef="ScriptTask_1" targetRef="EndEvent_1"/> </bpmn2:process> <bpmndi:BPMNDiagram id="BPMNDiagram_1" name="Default Process Diagram"> <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="process_1"> <bpmndi:BPMNShape id="BPMNShape_1" bpmnElement="StartEvent_1"> <dc:Bounds height="36.0" width="36.0" x="100.0" y="100.0"/> <bpmndi:BPMNLabel id="BPMNLabel_1" labelStyle="BPMNLabelStyle_1"> <dc:Bounds height="34.0" width="80.0" x="78.0" y="136.0"/> </bpmndi:BPMNLabel> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="BPMNShape_2" bpmnElement="EndEvent_1"> <dc:Bounds height="36.0" width="36.0" x="500.0" y="100.0"/> <bpmndi:BPMNLabel id="BPMNLabel_2" labelStyle="BPMNLabelStyle_1"> <dc:Bounds height="17.0" width="79.0" x="479.0" y="136.0"/> </bpmndi:BPMNLabel> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="BPMNShape_ScriptTask_1" bpmnElement="ScriptTask_1" isExpanded="true"> <dc:Bounds height="61.0" width="139.0" x="211.0" y="160.0"/> <bpmndi:BPMNLabel id="BPMNLabel_3" labelStyle="BPMNLabelStyle_1"> <dc:Bounds height="17.0" width="86.0" x="237.0" y="182.0"/> </bpmndi:BPMNLabel> </bpmndi:BPMNShape> <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="BPMNShape_1" targetElement="BPMNShape_ScriptTask_1"> <di:waypoint xsi:type="dc:Point" x="118.0" y="136.0"/> <di:waypoint xsi:type="dc:Point" x="118.0" y="190.0"/> <di:waypoint xsi:type="dc:Point" x="211.0" y="190.0"/> <bpmndi:BPMNLabel id="BPMNLabel_4"/> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="BPMNShape_ScriptTask_1" targetElement="BPMNShape_2"> <di:waypoint xsi:type="dc:Point" x="350.0" y="190.0"/> <di:waypoint xsi:type="dc:Point" x="518.0" y="190.0"/> <di:waypoint xsi:type="dc:Point" x="518.0" y="136.0"/> <bpmndi:BPMNLabel id="BPMNLabel_5"/> </bpmndi:BPMNEdge> </bpmndi:BPMNPlane> <bpmndi:BPMNLabelStyle id="BPMNLabelStyle_1"> <dc:Font name="arial" size="9.0"/> </bpmndi:BPMNLabelStyle> </bpmndi:BPMNDiagram> </bpmn2:definitions>