<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:pak="http://asap.de/spec/BPMN_PAK" id="Definitions_0542d8b" targetNamespace="http://bpmn.io/schema/bpmn" exporter="PAK Editor">
    <bpmn:process isExecutable="true" id="Process_04ez9qe">
        <bpmn:startEvent name="Start" id="StartEvent_1">
            <bpmn:outgoing xmlns="">sequenceFlow_BZdLlBgi</bpmn:outgoing>
        </bpmn:startEvent>
        <bpmn:task name="Hello World" id="task_fpBfyjLC">
            <bpmn:extensionElements>
                <pak:mapping>
                    <pak:pakMapping>
                        <pak:description></pak:description>
                        <pak:direction>NONE</pak:direction>
                        <pak:commandKey>input</pak:commandKey>
                        <pak:datastoreKey>World</pak:datastoreKey>
                        <pak:mappingType>CONSTANT</pak:mappingType>
                    </pak:pakMapping>
                </pak:mapping>
            </bpmn:extensionElements>
            <bpmn:incoming xmlns="">sequenceFlow_BZdLlBgi</bpmn:incoming>
            <bpmn:outgoing xmlns="">sequenceFlow_ALYQrBfG</bpmn:outgoing>
            <bpmn:property name="cmdId#org.example.HelloWorld"/>
            <bpmn:property name="artifactName#example-commands"/>
            <bpmn:property name="artifactGroup#org.example"/>
        </bpmn:task>
        <bpmn:sequenceFlow sourceRef="StartEvent_1" targetRef="task_fpBfyjLC" id="sequenceFlow_BZdLlBgi"/>
        <bpmn:endEvent name="End" id="endEvent_WejHhYma">
            <bpmn:incoming xmlns="">sequenceFlow_ALYQrBfG</bpmn:incoming>
        </bpmn:endEvent>
        <bpmn:sequenceFlow sourceRef="task_fpBfyjLC" targetRef="endEvent_WejHhYma" id="sequenceFlow_ALYQrBfG"/>
    </bpmn:process>
    <bpmndi:BPMNDiagram id="BPMNDiagram_1">
        <bpmndi:BPMNPlane xmlns="" bpmnElement="Process_04ez9qe" id="BPMNPlane_1">
            <bpmndi:BPMNShape bpmnElement="StartEvent_1" id="_BPMNShape_StartEvent_2">
                <dc:Bounds x="100.0" y="100.0" width="40.0" height="40.0"/>
                <bpmndi:BPMNLabel>
                    <dc:Bounds x="107.0" y="150.0" width="120.0" height="16.203125"/>
                </bpmndi:BPMNLabel>
            </bpmndi:BPMNShape>
            <bpmndi:BPMNShape bpmnElement="task_fpBfyjLC">
                <dc:Bounds x="200.0" y="80.0" width="100.0" height="80.0"/>
            </bpmndi:BPMNShape>
            <bpmndi:BPMNEdge bpmnElement="sequenceFlow_BZdLlBgi">
                <di:waypoint x="140.0" y="120.0"/>
                <di:waypoint x="200.0" y="120.0"/>
                <bpmndi:BPMNLabel>
                    <dc:Bounds x="185.0" y="120.0" width="0.0" height="0.0"/>
                </bpmndi:BPMNLabel>
            </bpmndi:BPMNEdge>
            <bpmndi:BPMNShape bpmnElement="endEvent_WejHhYma">
                <dc:Bounds x="360.0" y="100.0" width="40.0" height="40.0"/>
                <bpmndi:BPMNLabel>
                    <dc:Bounds x="368.0" y="150.0" width="120.0" height="16.203125"/>
                </bpmndi:BPMNLabel>
            </bpmndi:BPMNShape>
            <bpmndi:BPMNEdge bpmnElement="sequenceFlow_ALYQrBfG">
                <di:waypoint x="300.0" y="120.0"/>
                <di:waypoint x="360.0" y="120.0"/>
                <bpmndi:BPMNLabel>
                    <dc:Bounds x="315.0" y="120.0" width="0.0" height="0.0"/>
                </bpmndi:BPMNLabel>
            </bpmndi:BPMNEdge>
        </bpmndi:BPMNPlane>
    </bpmndi:BPMNDiagram>
</bpmn:definitions>
