From dcf110347a9a2741bebda9df830e0abefaa0d67d Mon Sep 17 00:00:00 2001 From: Hubert FONGARNAND <hfongarnand@ippon.fr> Date: Wed, 20 Dec 2017 10:23:20 +0100 Subject: [PATCH] Fix task names --- src/main/resources/bpmn/test-1.bpmn | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/resources/bpmn/test-1.bpmn b/src/main/resources/bpmn/test-1.bpmn index 0a3374f..94412db 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> -- GitLab