Skip to content
Snippets Groups Projects
Commit dcf11034 authored by Hubert FONGARNAND's avatar Hubert FONGARNAND
Browse files

Fix task names

parent 0728557e
No related branches found
No related tags found
No related merge requests found
...@@ -6,11 +6,11 @@ ...@@ -6,11 +6,11 @@
</bpmn:endEvent> </bpmn:endEvent>
<bpmn:sequenceFlow id="SequenceFlow_1cdbpyo" sourceRef="StartEvent_1" targetRef="Task_1qgx3ke" /> <bpmn:sequenceFlow id="SequenceFlow_1cdbpyo" sourceRef="StartEvent_1" targetRef="Task_1qgx3ke" />
<bpmn:sequenceFlow id="SequenceFlow_17w5nfr" sourceRef="Task_1qgx3ke" targetRef="EndEvent_0j97txi" /> <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:incoming>SequenceFlow_1cdbpyo</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_17w5nfr</bpmn:outgoing> <bpmn:outgoing>SequenceFlow_17w5nfr</bpmn:outgoing>
</bpmn:serviceTask> </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:outgoing>SequenceFlow_1cdbpyo</bpmn:outgoing>
<bpmn:signalEventDefinition signalRef="Signal_0bnb6yq" /> <bpmn:signalEventDefinition signalRef="Signal_0bnb6yq" />
</bpmn:startEvent> </bpmn:startEvent>
...@@ -26,25 +26,25 @@ ...@@ -26,25 +26,25 @@
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1cdbpyo_di" bpmnElement="SequenceFlow_1cdbpyo"> <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="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> <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:BPMNLabel>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="SequenceFlow_17w5nfr_di" bpmnElement="SequenceFlow_17w5nfr"> <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" /> <di:waypoint xsi:type="dc:Point" x="531" y="120" />
<bpmndi:BPMNLabel> <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:BPMNLabel>
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="ServiceTask_1r5ywpa_di" bpmnElement="Task_1qgx3ke"> <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>
<bpmndi:BPMNShape id="StartEvent_1gve085_di" bpmnElement="StartEvent_1"> <bpmndi:BPMNShape id="StartEvent_1gve085_di" bpmnElement="StartEvent_1">
<dc:Bounds x="173" y="102" width="36" height="36" /> <dc:Bounds x="173" y="102" width="36" height="36" />
<bpmndi:BPMNLabel> <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:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
</bpmndi:BPMNPlane> </bpmndi:BPMNPlane>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment