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

Commit f97d0da

Browse files
authored
Merge pull request #6 from num-codex/0.2.1_dev_start
0.2.1 dev cycle start
2 parents 1f7d051 + dc421b3 commit f97d0da

8 files changed

Lines changed: 61 additions & 61 deletions

File tree

codex-process-data-transfer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>de.netzwerk-universitaetsmedizin.codex</groupId>
1010
<artifactId>codex-processes-ap1</artifactId>
11-
<version>0.2.0</version>
11+
<version>0.2.1-SNAPSHOT</version>
1212
</parent>
1313

1414
<properties>

codex-process-data-transfer/src/main/java/de/netzwerk_universitaetsmedizin/codex/processes/data_transfer/DataTransferProcessPluginDefinition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
public class DataTransferProcessPluginDefinition implements ProcessPluginDefinition
2222
{
23-
public static final String VERSION = "0.2.0";
23+
public static final String VERSION = "0.2.1";
2424

2525
@Override
2626
public String getName()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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_18azqkl" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.2.0">
3-
<bpmn:process id="dataReceive" isExecutable="true" camunda:versionTag="0.2.0">
3+
<bpmn:process id="dataReceive" isExecutable="true" camunda:versionTag="0.2.1">
44
<bpmn:startEvent id="DataReceiveMessageStartEvent" name="start data receive process">
55
<bpmn:outgoing>Flow_1gyqorb</bpmn:outgoing>
66
<bpmn:messageEventDefinition id="MessageEventDefinition_1qwi1k6" messageRef="Message_157qpi8" />

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_008keuw" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.2.0">
3-
<bpmn:process id="dataSend" isExecutable="true" camunda:versionTag="0.2.0">
3+
<bpmn:process id="dataSend" isExecutable="true" camunda:versionTag="0.2.1">
44
<bpmn:startEvent id="DataSendMessageStartEvent" name="start data send process">
55
<bpmn:outgoing>Flow_1km61ly</bpmn:outgoing>
66
<bpmn:messageEventDefinition id="MessageEventDefinition_07sumgd" messageRef="Message_0mcjkpi" />
@@ -22,7 +22,7 @@
2222
<bpmn:extensionElements>
2323
<camunda:inputOutput>
2424
<camunda:inputParameter name="processDefinitionKey">dataTranslate</camunda:inputParameter>
25-
<camunda:inputParameter name="versionTag">0.2.0</camunda:inputParameter>
25+
<camunda:inputParameter name="versionTag">0.2.1</camunda:inputParameter>
2626
<camunda:inputParameter name="messageName">startDataTranslate</camunda:inputParameter>
2727
<camunda:inputParameter name="profile">http://netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/task-start-data-translate</camunda:inputParameter>
2828
</camunda:inputOutput>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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_1davgtw" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.2.0">
3-
<bpmn:process id="dataTranslate" isExecutable="true" camunda:versionTag="0.2.0">
3+
<bpmn:process id="dataTranslate" isExecutable="true" camunda:versionTag="0.2.1">
44
<bpmn:startEvent id="DataTranslateMessageStartEvent" name="start data translate process">
55
<bpmn:outgoing>Flow_185r1m5</bpmn:outgoing>
66
<bpmn:messageEventDefinition id="MessageEventDefinition_0nqjzhp" messageRef="Message_1nly3ld" />
@@ -25,7 +25,7 @@
2525
<bpmn:extensionElements>
2626
<camunda:inputOutput>
2727
<camunda:inputParameter name="processDefinitionKey">dataReceive</camunda:inputParameter>
28-
<camunda:inputParameter name="versionTag">0.2.0</camunda:inputParameter>
28+
<camunda:inputParameter name="versionTag">0.2.1</camunda:inputParameter>
2929
<camunda:inputParameter name="messageName">startDataReceive</camunda:inputParameter>
3030
<camunda:inputParameter name="profile">http://netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/task-start-data-receive</camunda:inputParameter>
3131
</camunda:inputOutput>

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

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1bd6yss" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.2.0">
3-
<bpmn:process id="dataTrigger" isExecutable="true" camunda:versionTag="0.2.0">
3+
<bpmn:process id="dataTrigger" isExecutable="true" camunda:versionTag="0.2.1">
44
<bpmn:serviceTask id="FindNewData" name="find new data" camunda:class="de.netzwerk_universitaetsmedizin.codex.processes.data_transfer.service.FindNewData">
55
<bpmn:incoming>Flow_0jy9ipp</bpmn:incoming>
66
<bpmn:outgoing>Flow_015mo33</bpmn:outgoing>
@@ -9,7 +9,7 @@
99
<bpmn:extensionElements>
1010
<camunda:inputOutput>
1111
<camunda:inputParameter name="processDefinitionKey">dataSend</camunda:inputParameter>
12-
<camunda:inputParameter name="versionTag">0.2.0</camunda:inputParameter>
12+
<camunda:inputParameter name="versionTag">0.2.1</camunda:inputParameter>
1313
<camunda:inputParameter name="messageName">startDataSend</camunda:inputParameter>
1414
<camunda:inputParameter name="profile">http://netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/task-start-data-send</camunda:inputParameter>
1515
</camunda:inputOutput>
@@ -119,6 +119,14 @@
119119
<bpmn:message id="Message_1ws42uv" name="stopDataTrigger" />
120120
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
121121
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="dataTrigger">
122+
<bpmndi:BPMNEdge id="Flow_13osd7u_di" bpmnElement="Flow_13osd7u">
123+
<di:waypoint x="1225" y="167" />
124+
<di:waypoint x="1303" y="167" />
125+
</bpmndi:BPMNEdge>
126+
<bpmndi:BPMNEdge id="Flow_0hm58q0_di" bpmnElement="Flow_0hm58q0">
127+
<di:waypoint x="1520" y="167" />
128+
<di:waypoint x="1602" y="167" />
129+
</bpmndi:BPMNEdge>
122130
<bpmndi:BPMNEdge id="Flow_1bbw6lm_di" bpmnElement="Flow_1bbw6lm">
123131
<di:waypoint x="380" y="167" />
124132
<di:waypoint x="465" y="167" />
@@ -136,6 +144,25 @@
136144
<di:waypoint x="490" y="192" />
137145
<di:waypoint x="490" y="300" />
138146
</bpmndi:BPMNEdge>
147+
<bpmndi:BPMNEdge id="Flow_1h835ja_di" bpmnElement="Flow_1h835ja">
148+
<di:waypoint x="1093" y="167" />
149+
<di:waypoint x="1175" y="167" />
150+
<bpmndi:BPMNLabel>
151+
<dc:Bounds x="1084" y="143" width="67" height="14" />
152+
</bpmndi:BPMNLabel>
153+
</bpmndi:BPMNEdge>
154+
<bpmndi:BPMNEdge id="Flow_1asxc2j_di" bpmnElement="Flow_1asxc2j">
155+
<di:waypoint x="1068" y="192" />
156+
<di:waypoint x="1068" y="232" />
157+
</bpmndi:BPMNEdge>
158+
<bpmndi:BPMNEdge id="Flow_06ocpyh_di" bpmnElement="Flow_06ocpyh">
159+
<di:waypoint x="960" y="167" />
160+
<di:waypoint x="1043" y="167" />
161+
</bpmndi:BPMNEdge>
162+
<bpmndi:BPMNEdge id="Flow_015mo33_di" bpmnElement="Flow_015mo33">
163+
<di:waypoint x="778" y="167" />
164+
<di:waypoint x="860" y="167" />
165+
</bpmndi:BPMNEdge>
139166
<bpmndi:BPMNEdge id="Flow_0g1txh0_di" bpmnElement="Flow_0g1txh0">
140167
<di:waypoint x="600" y="142" />
141168
<di:waypoint x="600" y="90" />
@@ -158,78 +185,42 @@
158185
<di:waypoint x="218" y="167" />
159186
<di:waypoint x="280" y="167" />
160187
</bpmndi:BPMNEdge>
161-
<bpmndi:BPMNEdge id="Flow_015mo33_di" bpmnElement="Flow_015mo33">
162-
<di:waypoint x="778" y="167" />
163-
<di:waypoint x="860" y="167" />
164-
</bpmndi:BPMNEdge>
165-
<bpmndi:BPMNEdge id="Flow_06ocpyh_di" bpmnElement="Flow_06ocpyh">
166-
<di:waypoint x="960" y="167" />
167-
<di:waypoint x="1043" y="167" />
168-
</bpmndi:BPMNEdge>
169188
<bpmndi:BPMNEdge id="Flow_0stek1z_di" bpmnElement="Flow_0stek1z">
170189
<di:waypoint x="1353" y="167" />
171190
<di:waypoint x="1420" y="167" />
172191
</bpmndi:BPMNEdge>
173-
<bpmndi:BPMNEdge id="Flow_1asxc2j_di" bpmnElement="Flow_1asxc2j">
174-
<di:waypoint x="1068" y="192" />
175-
<di:waypoint x="1068" y="232" />
176-
</bpmndi:BPMNEdge>
177-
<bpmndi:BPMNEdge id="Flow_1h835ja_di" bpmnElement="Flow_1h835ja">
178-
<di:waypoint x="1093" y="167" />
179-
<di:waypoint x="1175" y="167" />
180-
<bpmndi:BPMNLabel>
181-
<dc:Bounds x="1084" y="143" width="67" height="14" />
182-
</bpmndi:BPMNLabel>
183-
</bpmndi:BPMNEdge>
184-
<bpmndi:BPMNEdge id="Flow_0hm58q0_di" bpmnElement="Flow_0hm58q0">
185-
<di:waypoint x="1520" y="167" />
186-
<di:waypoint x="1602" y="167" />
187-
</bpmndi:BPMNEdge>
188-
<bpmndi:BPMNEdge id="Flow_13osd7u_di" bpmnElement="Flow_13osd7u">
189-
<di:waypoint x="1225" y="167" />
190-
<di:waypoint x="1303" y="167" />
191-
</bpmndi:BPMNEdge>
192+
<bpmndi:BPMNShape id="Activity_0wgc8ql_di" bpmnElement="FindNewData">
193+
<dc:Bounds x="678" y="127" width="100" height="80" />
194+
</bpmndi:BPMNShape>
195+
<bpmndi:BPMNShape id="Activity_1yhxgi9_di" bpmnElement="StartSendProcess">
196+
<dc:Bounds x="860" y="127" width="100" height="80" />
197+
</bpmndi:BPMNShape>
198+
<bpmndi:BPMNShape id="Event_1ukqals_di" bpmnElement="Event_1ukqals">
199+
<dc:Bounds x="1602" y="149" width="36" height="36" />
200+
</bpmndi:BPMNShape>
201+
<bpmndi:BPMNShape id="Gateway_1xqxerc_di" bpmnElement="Gateway_1xqxerc" isMarkerVisible="true">
202+
<dc:Bounds x="575" y="142" width="50" height="50" />
203+
</bpmndi:BPMNShape>
192204
<bpmndi:BPMNShape id="Event_0g2pqnk_di" bpmnElement="DataTriggerStartMessageStartEvent">
193205
<dc:Bounds x="182" y="149" width="36" height="36" />
194206
<bpmndi:BPMNLabel>
195207
<dc:Bounds x="161" y="192" width="82" height="27" />
196208
</bpmndi:BPMNLabel>
197209
</bpmndi:BPMNShape>
198-
<bpmndi:BPMNShape id="Activity_0laouxt_di" bpmnElement="StartTimer">
199-
<dc:Bounds x="280" y="127" width="100" height="80" />
200-
</bpmndi:BPMNShape>
201-
<bpmndi:BPMNShape id="Gateway_1xqxerc_di" bpmnElement="Gateway_1xqxerc" isMarkerVisible="true">
202-
<dc:Bounds x="575" y="142" width="50" height="50" />
203-
</bpmndi:BPMNShape>
204210
<bpmndi:BPMNShape id="Gateway_00tj0cp_di" bpmnElement="Gateway_00tj0cp">
205211
<dc:Bounds x="465" y="142" width="50" height="50" />
206212
</bpmndi:BPMNShape>
207-
<bpmndi:BPMNShape id="Activity_0wgc8ql_di" bpmnElement="FindNewData">
208-
<dc:Bounds x="678" y="127" width="100" height="80" />
209-
</bpmndi:BPMNShape>
210213
<bpmndi:BPMNShape id="Event_0eqigaq_di" bpmnElement="Event_0eqigaq">
211214
<dc:Bounds x="1050" y="232" width="36" height="36" />
212215
<bpmndi:BPMNLabel>
213216
<dc:Bounds x="1097" y="243" width="41" height="14" />
214217
</bpmndi:BPMNLabel>
215218
</bpmndi:BPMNShape>
216-
<bpmndi:BPMNShape id="Gateway_0sx5e0s_di" bpmnElement="Gateway_0sx5e0s" isMarkerVisible="true">
217-
<dc:Bounds x="1043" y="142" width="50" height="50" />
218-
</bpmndi:BPMNShape>
219-
<bpmndi:BPMNShape id="Activity_1yhxgi9_di" bpmnElement="StartSendProcess">
220-
<dc:Bounds x="860" y="127" width="100" height="80" />
221-
</bpmndi:BPMNShape>
222219
<bpmndi:BPMNShape id="Gateway_0oa1bkj_di" bpmnElement="Gateway_0oa1bkj">
223220
<dc:Bounds x="1303" y="142" width="50" height="50" />
224221
</bpmndi:BPMNShape>
225-
<bpmndi:BPMNShape id="Event_1ukqals_di" bpmnElement="Event_1ukqals">
226-
<dc:Bounds x="1602" y="149" width="36" height="36" />
227-
</bpmndi:BPMNShape>
228-
<bpmndi:BPMNShape id="Activity_0y9gl81_di" bpmnElement="SaveLastExportTo">
229-
<dc:Bounds x="1420" y="127" width="100" height="80" />
230-
</bpmndi:BPMNShape>
231-
<bpmndi:BPMNShape id="Gateway_129hw90_di" bpmnElement="Gateway_129hw90" isMarkerVisible="true">
232-
<dc:Bounds x="1175" y="142" width="50" height="50" />
222+
<bpmndi:BPMNShape id="Gateway_0sx5e0s_di" bpmnElement="Gateway_0sx5e0s" isMarkerVisible="true">
223+
<dc:Bounds x="1043" y="142" width="50" height="50" />
233224
</bpmndi:BPMNShape>
234225
<bpmndi:BPMNShape id="Activity_1kspnah_di" bpmnElement="StopSubProcess" isExpanded="true">
235226
<dc:Bounds x="440" y="300" width="428" height="120" />
@@ -261,6 +252,15 @@
261252
<bpmndi:BPMNShape id="Event_1ckek3z_di" bpmnElement="Event_1ckek3z">
262253
<dc:Bounds x="812" y="342" width="36" height="36" />
263254
</bpmndi:BPMNShape>
255+
<bpmndi:BPMNShape id="Activity_0laouxt_di" bpmnElement="StartTimer">
256+
<dc:Bounds x="280" y="127" width="100" height="80" />
257+
</bpmndi:BPMNShape>
258+
<bpmndi:BPMNShape id="Activity_0y9gl81_di" bpmnElement="SaveLastExportTo">
259+
<dc:Bounds x="1420" y="127" width="100" height="80" />
260+
</bpmndi:BPMNShape>
261+
<bpmndi:BPMNShape id="Gateway_129hw90_di" bpmnElement="Gateway_129hw90" isMarkerVisible="true">
262+
<dc:Bounds x="1175" y="142" width="50" height="50" />
263+
</bpmndi:BPMNShape>
264264
</bpmndi:BPMNPlane>
265265
</bpmndi:BPMNDiagram>
266266
</bpmn:definitions>

codex-processes-ap1-test-data-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>de.netzwerk-universitaetsmedizin.codex</groupId>
1010
<artifactId>codex-processes-ap1</artifactId>
11-
<version>0.2.0</version>
11+
<version>0.2.1-SNAPSHOT</version>
1212
</parent>
1313

1414
<properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.netzwerk-universitaetsmedizin.codex</groupId>
88
<artifactId>codex-processes-ap1</artifactId>
9-
<version>0.2.0</version>
9+
<version>0.2.1-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<modules>

0 commit comments

Comments
 (0)