-
Notifications
You must be signed in to change notification settings - Fork 1
Process Report Deployment v2.0.x.x
Reto Wettstein edited this page Jun 19, 2026
·
2 revisions
Deploying the report process plugin to the DSF involves copying the process jar-file and configuring environment variables for the business process engine (BPE). Information of fixed issues and new features see Release Notes v2.0.0.0.
- A DSF installation of version 2.0.0 or higher. An installation guide can be found here.
-
Add the mii-process-report-2.0.0.0.jar to the DSF BPE folder
/opt/bpe/process:wget https://github.com/medizininformatik-initiative/mii-process-report/releases/download/v2.0.0.0/mii-process-report-2.0.0.0.jar -
Make sure the process is readable by the bpe user or group, for example by executing:
sudo chmod 440 mii-process-report-2.0.0.0.jar sudo chown root:bpe mii-process-report-2.0.0.0.jar -
Modify the process exclude config in
/opt/bpe/docker-compose.yml- DIC:
@@ +45,1 @@ DEV_DSF_BPE_PROCESS_EXCLUDED: | + medizininformatik-initiativede_reportReceive|2.0
- HRP:
@@ +45,2 @@ DEV_DSF_BPE_PROCESS_EXCLUDED: | + medizininformatik-initiativede_reportAutostart|2.0 + medizininformatik-initiativede_reportSend|2.0
Additional processes may be listed in your process exclude config.
- The configuration of the report process is described here.
- How to prepare the HRP DSF FHIR server as well as how to start/stop the report autostart process and to start the report send process at a DIC is described here.