File tree Expand file tree Collapse file tree 10 files changed +19
-19
lines changed
dsf-bpe-process-feasibility/src/main/resources/bpe
dsf-bpe-process-local-services/src/main/resources/bpe
dsf-bpe-process-ping/src/main/resources/bpe
dsf-bpe-process-update-allow-list/src/main/resources/bpe
dsf-bpe-process-update-resources/src/main/resources/bpe Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<bpmn : definitions xmlns : bpmn =" http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns : bpmndi =" http://www.omg.org/spec/BPMN/20100524/DI" xmlns : di =" http://www.omg.org/spec/DD/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" id =" Definitions_1yff9tp" targetNamespace =" http://bpmn.io/schema/bpmn" exporter =" Camunda Modeler" exporterVersion =" 3.7.1" >
3
- <bpmn : process id =" computeFeasibility" isExecutable =" true" camunda : versionTag =" 0.4 .0" >
3
+ <bpmn : process id =" computeFeasibility" isExecutable =" true" camunda : versionTag =" 0.5 .0" >
4
4
<bpmn : subProcess id =" SubProcess_1gopxt4" >
5
5
<bpmn : incoming >SequenceFlow_1lfe4wr</bpmn : incoming >
6
6
<bpmn : outgoing >SequenceFlow_0xxpamp</bpmn : outgoing >
47
47
<camunda : inputOutput >
48
48
<camunda : inputParameter name =" processDefinitionKey" >requestFeasibility</camunda : inputParameter >
49
49
<camunda : inputParameter name =" profile" >http://highmed.org/fhir/StructureDefinition/task-multi-medic-result-feasibility</camunda : inputParameter >
50
- <camunda : inputParameter name =" versionTag" >0.4 .0</camunda : inputParameter >
50
+ <camunda : inputParameter name =" versionTag" >0.5 .0</camunda : inputParameter >
51
51
<camunda : inputParameter name =" messageName" >resultMultiMedicFeasibilityMessage</camunda : inputParameter >
52
52
</camunda : inputOutput >
53
53
</bpmn : extensionElements >
99
99
<camunda : inputOutput >
100
100
<camunda : inputParameter name =" processDefinitionKey" >requestFeasibility</camunda : inputParameter >
101
101
<camunda : inputParameter name =" profile" >http://highmed.org/fhir/StructureDefinition/task-multi-medic-error-feasibility</camunda : inputParameter >
102
- <camunda : inputParameter name =" versionTag" >0.4 .0</camunda : inputParameter >
102
+ <camunda : inputParameter name =" versionTag" >0.5 .0</camunda : inputParameter >
103
103
<camunda : inputParameter name =" messageName" >errorMultiMedicFeasibilityMessage</camunda : inputParameter >
104
104
</camunda : inputOutput >
105
105
</bpmn : extensionElements >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<bpmn : definitions xmlns : bpmn =" http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns : bpmndi =" http://www.omg.org/spec/BPMN/20100524/DI" xmlns : di =" http://www.omg.org/spec/DD/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" id =" Definitions_0drkcb5" targetNamespace =" http://bpmn.io/schema/bpmn" exporter =" Camunda Modeler" exporterVersion =" 3.7.1" >
3
- <bpmn : process id =" executeFeasibility" isExecutable =" true" camunda : versionTag =" 0.4 .0" >
3
+ <bpmn : process id =" executeFeasibility" isExecutable =" true" camunda : versionTag =" 0.5 .0" >
4
4
<bpmn : serviceTask id =" checkResults" name =" check results" camunda : class =" org.highmed.dsf.bpe.service.CheckSingleMedicResults" >
5
5
<bpmn : incoming >SequenceFlow_0q803rh</bpmn : incoming >
6
6
<bpmn : outgoing >SequenceFlow_04ouilq</bpmn : outgoing >
25
25
<bpmn : extensionElements >
26
26
<camunda : inputOutput >
27
27
<camunda : inputParameter name =" messageName" >resultSingleMedicFeasibilityMessage</camunda : inputParameter >
28
- <camunda : inputParameter name =" versionTag" >0.4 .0</camunda : inputParameter >
28
+ <camunda : inputParameter name =" versionTag" >0.5 .0</camunda : inputParameter >
29
29
<camunda : inputParameter name =" processDefinitionKey" >computeFeasibility</camunda : inputParameter >
30
30
<camunda : inputParameter name =" profile" >http://highmed.org/fhir/StructureDefinition/task-single-medic-result-feasibility</camunda : inputParameter >
31
31
</camunda : inputOutput >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<bpmn : definitions xmlns : bpmn =" http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns : bpmndi =" http://www.omg.org/spec/BPMN/20100524/DI" xmlns : di =" http://www.omg.org/spec/DD/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" id =" Definitions_0inb4ax" targetNamespace =" http://bpmn.io/schema/bpmn" exporter =" Camunda Modeler" exporterVersion =" 3.7.1" >
3
- <bpmn : process id =" requestFeasibility" isExecutable =" true" camunda : versionTag =" 0.4 .0" >
3
+ <bpmn : process id =" requestFeasibility" isExecutable =" true" camunda : versionTag =" 0.5 .0" >
4
4
<bpmn : startEvent id =" StartEvent" name =" start" >
5
5
<bpmn : outgoing >SequenceFlow_11k77gx</bpmn : outgoing >
6
6
<bpmn : messageEventDefinition id =" MessageEventDefinition_10c2suu" messageRef =" Message_1pq9qxp" />
13
13
<bpmn : extensionElements >
14
14
<camunda : inputOutput >
15
15
<camunda : inputParameter name =" processDefinitionKey" >executeFeasibility</camunda : inputParameter >
16
- <camunda : inputParameter name =" versionTag" >0.4 .0</camunda : inputParameter >
16
+ <camunda : inputParameter name =" versionTag" >0.5 .0</camunda : inputParameter >
17
17
<camunda : inputParameter name =" messageName" >executeFeasibilityMessage</camunda : inputParameter >
18
18
<camunda : inputParameter name =" profile" >http://highmed.org/fhir/StructureDefinition/task-execute-feasibility</camunda : inputParameter >
19
19
</camunda : inputOutput >
34
34
<bpmn : extensionElements >
35
35
<camunda : inputOutput >
36
36
<camunda : inputParameter name =" processDefinitionKey" >computeFeasibility</camunda : inputParameter >
37
- <camunda : inputParameter name =" versionTag" >0.4 .0</camunda : inputParameter >
37
+ <camunda : inputParameter name =" versionTag" >0.5 .0</camunda : inputParameter >
38
38
<camunda : inputParameter name =" messageName" >computeFeasibilityMessage</camunda : inputParameter >
39
39
<camunda : inputParameter name =" profile" >http://highmed.org/fhir/StructureDefinition/task-compute-feasibility</camunda : inputParameter >
40
40
</camunda : inputOutput >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<bpmn : definitions xmlns : bpmn =" http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns : bpmndi =" http://www.omg.org/spec/BPMN/20100524/DI" xmlns : di =" http://www.omg.org/spec/DD/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" id =" Definitions_0drkcb5" targetNamespace =" http://bpmn.io/schema/bpmn" exporter =" Camunda Modeler" exporterVersion =" 3.7.1" >
3
- <bpmn : process id =" localServicesIntegration" isExecutable =" true" camunda : versionTag =" 0.4 .0" >
3
+ <bpmn : process id =" localServicesIntegration" isExecutable =" true" camunda : versionTag =" 0.5 .0" >
4
4
<bpmn : serviceTask id =" checkResults" name =" check results" camunda : class =" org.highmed.dsf.bpe.service.CheckSingleMedicResults" >
5
5
<bpmn : incoming >SequenceFlow_0q803rh</bpmn : incoming >
6
6
<bpmn : outgoing >SequenceFlow_04ouilq</bpmn : outgoing >
95
95
<bpmn : extensionElements >
96
96
<camunda : inputOutput >
97
97
<camunda : inputParameter name =" messageName" >resultSingleMedicFeasibilityMessage</camunda : inputParameter >
98
- <camunda : inputParameter name =" versionTag" >0.4 .0</camunda : inputParameter >
98
+ <camunda : inputParameter name =" versionTag" >0.5 .0</camunda : inputParameter >
99
99
<camunda : inputParameter name =" processDefinitionKey" >computeFeasibility</camunda : inputParameter >
100
100
<camunda : inputParameter name =" profile" >http://highmed.org/fhir/StructureDefinition/task-single-medic-result-feasibility</camunda : inputParameter >
101
101
</camunda : inputOutput >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<bpmn : definitions xmlns : bpmn =" http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns : bpmndi =" http://www.omg.org/spec/BPMN/20100524/DI" xmlns : di =" http://www.omg.org/spec/DD/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" id =" Definitions_0azvmx1" targetNamespace =" http://bpmn.io/schema/bpmn" exporter =" Camunda Modeler" exporterVersion =" 3.7.1" >
3
- <bpmn : process id =" ping" isExecutable =" true" camunda : versionTag =" 0.4 .0" >
3
+ <bpmn : process id =" ping" isExecutable =" true" camunda : versionTag =" 0.5 .0" >
4
4
<bpmn : sequenceFlow id =" SequenceFlow_0k1j79c" sourceRef =" StartEvent_1" targetRef =" selectTargets" />
5
5
<bpmn : sequenceFlow id =" SequenceFlow_05ia6lz" sourceRef =" selectTargets" targetRef =" sendPing" />
6
6
<bpmn : serviceTask id =" selectTargets" name =" selectTargets" camunda : class =" org.highmed.dsf.bpe.service.SelectPingTargets" >
11
11
<bpmn : extensionElements >
12
12
<camunda : inputOutput >
13
13
<camunda : inputParameter name =" processDefinitionKey" >pong</camunda : inputParameter >
14
- <camunda : inputParameter name =" versionTag" >0.4 .0</camunda : inputParameter >
14
+ <camunda : inputParameter name =" versionTag" >0.5 .0</camunda : inputParameter >
15
15
<camunda : inputParameter name =" messageName" >pingMessage</camunda : inputParameter >
16
16
<camunda : inputParameter name =" profile" >http://highmed.org/fhir/StructureDefinition/task-ping</camunda : inputParameter >
17
17
</camunda : inputOutput >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<bpmn : definitions xmlns : bpmn =" http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns : bpmndi =" http://www.omg.org/spec/BPMN/20100524/DI" xmlns : di =" http://www.omg.org/spec/DD/20100524/DI" xmlns : dc =" http://www.omg.org/spec/DD/20100524/DC" xmlns : camunda =" http://camunda.org/schema/1.0/bpmn" id =" Definitions_15v05m6" targetNamespace =" http://bpmn.io/schema/bpmn" exporter =" Camunda Modeler" exporterVersion =" 3.5.0" >
3
- <bpmn : process id =" pong" isExecutable =" true" camunda : versionTag =" 0.4 .0" >
3
+ <bpmn : process id =" pong" isExecutable =" true" camunda : versionTag =" 0.5 .0" >
4
4
<bpmn : startEvent id =" StartEvent_1" >
5
5
<bpmn : outgoing >SequenceFlow_07w11cw</bpmn : outgoing >
6
6
<bpmn : messageEventDefinition messageRef =" Message_0u91abp" />
10
10
<bpmn : extensionElements >
11
11
<camunda : inputOutput >
12
12
<camunda : inputParameter name =" messageName" >pongMessage</camunda : inputParameter >
13
- <camunda : inputParameter name =" versionTag" >0.4 .0</camunda : inputParameter >
13
+ <camunda : inputParameter name =" versionTag" >0.5 .0</camunda : inputParameter >
14
14
<camunda : inputParameter name =" processDefinitionKey" >ping</camunda : inputParameter >
15
15
<camunda : inputParameter name =" profile" >http://highmed.org/fhir/StructureDefinition/task-pong</camunda : inputParameter >
16
16
</camunda : inputOutput >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
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.2.0" >
3
- <bpmn : process id =" downloadAllowList" isExecutable =" true" camunda : versionTag =" 0.4 .0" >
3
+ <bpmn : process id =" downloadAllowList" isExecutable =" true" camunda : versionTag =" 0.5 .0" >
4
4
<bpmn : sequenceFlow id =" SequenceFlow_0bbhq2r" sourceRef =" StartEvent_1" targetRef =" downloadAllowListTask" />
5
5
<bpmn : endEvent id =" EndEvent_0xd0x8k" >
6
6
<bpmn : incoming >SequenceFlow_0oyvmcd</bpmn : incoming >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
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 =" 3.5.0" >
3
- <bpmn : process id =" updateAllowList" isExecutable =" true" camunda : versionTag =" 0.4 .0" >
3
+ <bpmn : process id =" updateAllowList" isExecutable =" true" camunda : versionTag =" 0.5 .0" >
4
4
<bpmn : sequenceFlow id =" SequenceFlow_0bbhq2r" sourceRef =" StartEvent_1" targetRef =" updateAllowListTask" />
5
5
<bpmn : endEvent id =" EndEvent_0xd0x8k" >
6
6
<bpmn : incoming >SequenceFlow_0oyvmcd</bpmn : incoming >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
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_0k0v4i2" targetNamespace =" http://bpmn.io/schema/bpmn" exporter =" Camunda Modeler" exporterVersion =" 3.5.0" >
3
- <bpmn : process id =" executeUpdateResources" isExecutable =" true" camunda : versionTag =" 0.4 .0" >
3
+ <bpmn : process id =" executeUpdateResources" isExecutable =" true" camunda : versionTag =" 0.5 .0" >
4
4
<bpmn : startEvent id =" StartEvent_1" >
5
5
<bpmn : outgoing >SequenceFlow_0djh0eg</bpmn : outgoing >
6
6
<bpmn : messageEventDefinition messageRef =" Message_1r6vnvn" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
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_0os0n0z" targetNamespace =" http://bpmn.io/schema/bpmn" exporter =" Camunda Modeler" exporterVersion =" 3.7.1" >
3
- <bpmn : process id =" requestUpdateResources" isExecutable =" true" camunda : versionTag =" 0.4 .0" >
3
+ <bpmn : process id =" requestUpdateResources" isExecutable =" true" camunda : versionTag =" 0.5 .0" >
4
4
<bpmn : sequenceFlow id =" SequenceFlow_1ryplwc" sourceRef =" StartEvent_1" targetRef =" selectResourceAndTargets" />
5
5
<bpmn : sequenceFlow id =" SequenceFlow_1u4zxix" sourceRef =" selectResourceAndTargets" targetRef =" sendRequest" />
6
6
<bpmn : endEvent id =" EndEvent_1f9cjs7" >
11
11
<bpmn : extensionElements >
12
12
<camunda : inputOutput >
13
13
<camunda : inputParameter name =" processDefinitionKey" >executeUpdateResources</camunda : inputParameter >
14
- <camunda : inputParameter name =" versionTag" >0.4 .0</camunda : inputParameter >
14
+ <camunda : inputParameter name =" versionTag" >0.5 .0</camunda : inputParameter >
15
15
<camunda : inputParameter name =" messageName" >executeUpdateResourcesMessage</camunda : inputParameter >
16
16
<camunda : inputParameter name =" profile" >http://highmed.org/fhir/StructureDefinition/task-execute-update-resources</camunda : inputParameter >
17
17
</camunda : inputOutput >
You can’t perform that action at this time.
0 commit comments