diff --git a/src/main/resources/bpmn/test-1.bpmn b/src/main/resources/bpmn/test-1.bpmn
index 0a3374f14ca73761bf62baf20806aed0e15eea36..94412db96bfb974b7100be9400c3317db47bb876 100644
--- a/src/main/resources/bpmn/test-1.bpmn
+++ b/src/main/resources/bpmn/test-1.bpmn
@@ -6,11 +6,11 @@
     </bpmn:endEvent>
     <bpmn:sequenceFlow id="SequenceFlow_1cdbpyo" sourceRef="StartEvent_1" targetRef="Task_1qgx3ke" />
     <bpmn:sequenceFlow id="SequenceFlow_17w5nfr" sourceRef="Task_1qgx3ke" targetRef="EndEvent_0j97txi" />
-    <bpmn:serviceTask id="Task_1qgx3ke" name="Test" camunda:expression="#{printer.printMessage(execution)}">
+    <bpmn:serviceTask id="Task_1qgx3ke" name="Hello World" camunda:expression="#{printer.printMessage(execution)}">
       <bpmn:incoming>SequenceFlow_1cdbpyo</bpmn:incoming>
       <bpmn:outgoing>SequenceFlow_17w5nfr</bpmn:outgoing>
     </bpmn:serviceTask>
-    <bpmn:startEvent id="StartEvent_1" camunda:asyncAfter="true">
+    <bpmn:startEvent id="StartEvent_1" name="SayHello" camunda:asyncAfter="true">
       <bpmn:outgoing>SequenceFlow_1cdbpyo</bpmn:outgoing>
       <bpmn:signalEventDefinition signalRef="Signal_0bnb6yq" />
     </bpmn:startEvent>
@@ -26,25 +26,25 @@
       </bpmndi:BPMNShape>
       <bpmndi:BPMNEdge id="SequenceFlow_1cdbpyo_di" bpmnElement="SequenceFlow_1cdbpyo">
         <di:waypoint xsi:type="dc:Point" x="209" y="120" />
-        <di:waypoint xsi:type="dc:Point" x="293" y="120" />
+        <di:waypoint xsi:type="dc:Point" x="306" y="120" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="251" y="100" width="0" height="10" />
+          <dc:Bounds x="212.5" y="100" width="90" height="10" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNEdge id="SequenceFlow_17w5nfr_di" bpmnElement="SequenceFlow_17w5nfr">
-        <di:waypoint xsi:type="dc:Point" x="393" y="120" />
+        <di:waypoint xsi:type="dc:Point" x="406" y="120" />
         <di:waypoint xsi:type="dc:Point" x="531" y="120" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="462" y="100" width="0" height="10" />
+          <dc:Bounds x="423.5" y="100" width="90" height="10" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNEdge>
       <bpmndi:BPMNShape id="ServiceTask_1r5ywpa_di" bpmnElement="Task_1qgx3ke">
-        <dc:Bounds x="293" y="80" width="100" height="80" />
+        <dc:Bounds x="306" y="80" width="100" height="80" />
       </bpmndi:BPMNShape>
       <bpmndi:BPMNShape id="StartEvent_1gve085_di" bpmnElement="StartEvent_1">
         <dc:Bounds x="173" y="102" width="36" height="36" />
         <bpmndi:BPMNLabel>
-          <dc:Bounds x="146" y="138" width="0" height="10" />
+          <dc:Bounds x="126" y="138" width="45" height="10" />
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNShape>
     </bpmndi:BPMNPlane>