Skip to content

Commit 2e0d3c4

Browse files
committed
removed suffix 'Message' from update allow-list message
1 parent 4dbc9a5 commit 2e0d3c4

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

src/main/java/dev/dsf/bpe/ConstantsAllowList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public interface ConstantsAllowList
1919

2020
String PROFILE_DSF_TASK_UPDATE_ALLOW_LIST = "http://dsf.dev/fhir/StructureDefinition/task-update-allow-list";
2121
String PROFILE_DSF_TASK_UPDATE_ALLOW_LIST_PROCESS_URI = PROCESS_DSF_URI_BASE + PROCESS_NAME_UPDATE_ALLOW_LIST;
22-
String PROFILE_DSF_TASK_UPDATE_ALLOW_LIST_MESSAGE_NAME = "updateAllowListMessage";
22+
String PROFILE_DSF_TASK_UPDATE_ALLOW_LIST_MESSAGE_NAME = "updateAllowList";
2323

2424
String BPMN_EXECUTION_VARIABLE_BUNDLE = "bundle";
2525
String BPMN_EXECUTION_VARIABLE_BUNDLE_URL = "bundleUrl";
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1yb5vw3" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.8.1">
2+
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1yb5vw3" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.11.0">
33
<bpmn:process id="dsfdev_updateAllowList" isExecutable="true" camunda:versionTag="#{version}">
44
<bpmn:sequenceFlow id="SequenceFlow_0bbhq2r" sourceRef="StartEvent_1" targetRef="updateAllowListTask" />
55
<bpmn:endEvent id="EndEvent_0xd0x8k">
@@ -15,17 +15,9 @@
1515
<bpmn:messageEventDefinition messageRef="Message_1nn2wdw" />
1616
</bpmn:startEvent>
1717
</bpmn:process>
18-
<bpmn:message id="Message_1nn2wdw" name="updateAllowListMessage" />
18+
<bpmn:message id="Message_1nn2wdw" name="updateAllowList" />
1919
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
2020
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="dsfdev_updateAllowList">
21-
<bpmndi:BPMNEdge id="SequenceFlow_0oyvmcd_di" bpmnElement="SequenceFlow_0oyvmcd">
22-
<di:waypoint x="365" y="121" />
23-
<di:waypoint x="415" y="121" />
24-
</bpmndi:BPMNEdge>
25-
<bpmndi:BPMNEdge id="SequenceFlow_0bbhq2r_di" bpmnElement="SequenceFlow_0bbhq2r">
26-
<di:waypoint x="215" y="121" />
27-
<di:waypoint x="265" y="121" />
28-
</bpmndi:BPMNEdge>
2921
<bpmndi:BPMNShape id="EndEvent_0xd0x8k_di" bpmnElement="EndEvent_0xd0x8k">
3022
<dc:Bounds x="415" y="103" width="36" height="36" />
3123
</bpmndi:BPMNShape>
@@ -35,6 +27,14 @@
3527
<bpmndi:BPMNShape id="StartEvent_0x5gijn_di" bpmnElement="StartEvent_1">
3628
<dc:Bounds x="179" y="103" width="36" height="36" />
3729
</bpmndi:BPMNShape>
30+
<bpmndi:BPMNEdge id="SequenceFlow_0bbhq2r_di" bpmnElement="SequenceFlow_0bbhq2r">
31+
<di:waypoint x="215" y="121" />
32+
<di:waypoint x="265" y="121" />
33+
</bpmndi:BPMNEdge>
34+
<bpmndi:BPMNEdge id="SequenceFlow_0oyvmcd_di" bpmnElement="SequenceFlow_0oyvmcd">
35+
<di:waypoint x="365" y="121" />
36+
<di:waypoint x="415" y="121" />
37+
</bpmndi:BPMNEdge>
3838
</bpmndi:BPMNPlane>
3939
</bpmndi:BPMNDiagram>
4040
</bpmn:definitions>

src/main/resources/fhir/ActivityDefinition/dsf-update-allow-list.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</meta>
88
<extension url="http://dsf.dev/fhir/StructureDefinition/extension-process-authorization">
99
<extension url="message-name">
10-
<valueString value="updateAllowListMessage" />
10+
<valueString value="updateAllowList" />
1111
</extension>
1212
<extension url="task-profile">
1313
<valueCanonical value="http://dsf.dev/fhir/StructureDefinition/task-update-allow-list|#{version}" />

src/main/resources/fhir/StructureDefinition/dsf-task-update-allow-list.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</element>
4242
<element id="Task.input:message-name.value[x]">
4343
<path value="Task.input.value[x]" />
44-
<fixedString value="updateAllowListMessage" />
44+
<fixedString value="updateAllowList" />
4545
</element>
4646
<element id="Task.input:correlation-key">
4747
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name">

src/main/resources/fhir/Task/dsf-task-update-allow-list.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
<code value="message-name" />
3434
</coding>
3535
</type>
36-
<valueString value="updateAllowListMessage" />
36+
<valueString value="updateAllowList" />
3737
</input>
3838
</Task>

0 commit comments

Comments
 (0)