Skip to content

Commit 6a9dc90

Browse files
committed
element id typo fix
1 parent 95b95e3 commit 6a9dc90

File tree

1 file changed

+4
-4
lines changed
  • dsf-bpe/dsf-bpe-test-plugin-v2/src/main/resources/bpe

1 file changed

+4
-4
lines changed

dsf-bpe/dsf-bpe-test-plugin-v2/src/main/resources/bpe/test.bpmn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,12 +312,12 @@
312312
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${testActivity == 'DataLoggerTest'}</bpmn:conditionExpression>
313313
</bpmn:sequenceFlow>
314314
<bpmn:sequenceFlow id="Flow_17to6o7" sourceRef="DataLoggerTest" targetRef="Gateway_056f6tw" />
315-
<bpmn:serviceTask id="FhirClientConfigProviderTes" name="FhirClientConfigProviderTest" camunda:class="dev.dsf.bpe.test.service.FhirClientConfigProviderTest">
315+
<bpmn:serviceTask id="FhirClientConfigProviderTest" name="FhirClientConfigProviderTest" camunda:class="dev.dsf.bpe.test.service.FhirClientConfigProviderTest">
316316
<bpmn:incoming>Flow_0312al1</bpmn:incoming>
317317
<bpmn:outgoing>Flow_0vj0i7z</bpmn:outgoing>
318318
</bpmn:serviceTask>
319-
<bpmn:sequenceFlow id="Flow_0vj0i7z" sourceRef="FhirClientConfigProviderTes" targetRef="Gateway_056f6tw" />
320-
<bpmn:sequenceFlow id="Flow_0312al1" sourceRef="Gateway_0eszi2t" targetRef="FhirClientConfigProviderTes">
319+
<bpmn:sequenceFlow id="Flow_0vj0i7z" sourceRef="FhirClientConfigProviderTest" targetRef="Gateway_056f6tw" />
320+
<bpmn:sequenceFlow id="Flow_0312al1" sourceRef="Gateway_0eszi2t" targetRef="FhirClientConfigProviderTest">
321321
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${testActivity == 'FhirClientConfigProvider'}</bpmn:conditionExpression>
322322
</bpmn:sequenceFlow>
323323
</bpmn:process>
@@ -451,7 +451,7 @@
451451
<dc:Bounds x="480" y="2160" width="100" height="80" />
452452
<bpmndi:BPMNLabel />
453453
</bpmndi:BPMNShape>
454-
<bpmndi:BPMNShape id="BPMNShape_0wafhn1" bpmnElement="FhirClientConfigProviderTes">
454+
<bpmndi:BPMNShape id="BPMNShape_0wafhn1" bpmnElement="FhirClientConfigProviderTest">
455455
<dc:Bounds x="480" y="630" width="100" height="80" />
456456
<bpmndi:BPMNLabel />
457457
</bpmndi:BPMNShape>

0 commit comments

Comments
 (0)