Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 5366e34

Browse files
committed
procesDefinitionKey and profile fixes
1 parent 77090f3 commit 5366e34

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

codex-process-data-transfer/src/main/resources/bpe/send.bpmn

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<bpmn:endEvent id="StartDataTranslateProcess" name="start data translate process">
2222
<bpmn:extensionElements>
2323
<camunda:inputOutput>
24-
<camunda:inputParameter name="processDefinitionKey">numCodexDataTranslate</camunda:inputParameter>
24+
<camunda:inputParameter name="processDefinitionKey">dataTranslate</camunda:inputParameter>
2525
<camunda:inputParameter name="versionTag">0.1.0</camunda:inputParameter>
2626
<camunda:inputParameter name="messageName">startDataTranslate</camunda:inputParameter>
27-
<camunda:inputParameter name="profile">http://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/task-start-data-translate</camunda:inputParameter>
27+
<camunda:inputParameter name="profile">http://netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/task-start-data-translate</camunda:inputParameter>
2828
</camunda:inputOutput>
2929
</bpmn:extensionElements>
3030
<bpmn:incoming>Flow_109e2pt</bpmn:incoming>
@@ -69,6 +69,19 @@
6969
<bpmn:message id="Message_1jn7i5w" name="startDataTranslate" />
7070
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
7171
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="dataSend">
72+
<bpmndi:BPMNEdge id="Flow_00kpx7f_di" bpmnElement="Flow_00kpx7f">
73+
<di:waypoint x="660" y="210" />
74+
<di:waypoint x="752" y="210" />
75+
</bpmndi:BPMNEdge>
76+
<bpmndi:BPMNEdge id="Flow_0tsm3rc_di" bpmnElement="Flow_0tsm3rc">
77+
<di:waypoint x="450" y="125" />
78+
<di:waypoint x="450" y="210" />
79+
<di:waypoint x="560" y="210" />
80+
</bpmndi:BPMNEdge>
81+
<bpmndi:BPMNEdge id="Flow_0wpfzi1_di" bpmnElement="Flow_0wpfzi1">
82+
<di:waypoint x="475" y="100" />
83+
<di:waypoint x="560" y="100" />
84+
</bpmndi:BPMNEdge>
7285
<bpmndi:BPMNEdge id="Flow_0smf5sr_di" bpmnElement="Flow_0smf5sr">
7386
<di:waypoint x="980" y="100" />
7487
<di:waypoint x="1040" y="100" />
@@ -93,19 +106,6 @@
93106
<di:waypoint x="188" y="100" />
94107
<di:waypoint x="240" y="100" />
95108
</bpmndi:BPMNEdge>
96-
<bpmndi:BPMNEdge id="Flow_0wpfzi1_di" bpmnElement="Flow_0wpfzi1">
97-
<di:waypoint x="475" y="100" />
98-
<di:waypoint x="560" y="100" />
99-
</bpmndi:BPMNEdge>
100-
<bpmndi:BPMNEdge id="Flow_0tsm3rc_di" bpmnElement="Flow_0tsm3rc">
101-
<di:waypoint x="450" y="125" />
102-
<di:waypoint x="450" y="210" />
103-
<di:waypoint x="560" y="210" />
104-
</bpmndi:BPMNEdge>
105-
<bpmndi:BPMNEdge id="Flow_00kpx7f_di" bpmnElement="Flow_00kpx7f">
106-
<di:waypoint x="660" y="210" />
107-
<di:waypoint x="752" y="210" />
108-
</bpmndi:BPMNEdge>
109109
<bpmndi:BPMNShape id="Event_0kggab9_di" bpmnElement="DataSendMessageStartEvent">
110110
<dc:Bounds x="152" y="82" width="36" height="36" />
111111
<bpmndi:BPMNLabel>

codex-process-data-transfer/src/main/resources/bpe/translate.bpmn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
<bpmn:endEvent id="StartReceiveProcess" name="start receive process">
2525
<bpmn:extensionElements>
2626
<camunda:inputOutput>
27-
<camunda:inputParameter name="processDefinitionKey">numCodexDataReceive</camunda:inputParameter>
27+
<camunda:inputParameter name="processDefinitionKey">dataReceive</camunda:inputParameter>
2828
<camunda:inputParameter name="versionTag">0.1.0</camunda:inputParameter>
2929
<camunda:inputParameter name="messageName">startDataReceive</camunda:inputParameter>
30-
<camunda:inputParameter name="profile">http://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/task-start-data-receive</camunda:inputParameter>
30+
<camunda:inputParameter name="profile">http://netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/task-start-data-receive</camunda:inputParameter>
3131
</camunda:inputOutput>
3232
</bpmn:extensionElements>
3333
<bpmn:incoming>Flow_1c2ibtj</bpmn:incoming>

0 commit comments

Comments
 (0)