Skip to main content

Install Plugins

DSF-TeamAbout 1 min

Marketplace for process plugins

To install and learn more about each Process Plugin, you can visit the Marketplace hereopen in new window.

Overview

  • You can find an overview of compatable process plugins below (last updated 14/08/2024).
Process Pluginreleased for testreleased for production
Ping-Pongopen in new windowv1.0.1.0open in new windowv1.0.1.0open in new window
Allow-Listopen in new windowv1.0.0.1open in new windowv1.0.0.1open in new window
MII Process Feasibilityopen in new windowv1.0.0.6open in new windowv1.0.0.6open in new window
MII Process Reportopen in new windowv1.1.1.1open in new windowv1.1.1.1open in new window
MII Process Data Transferopen in new windowv1.0.2.1open in new windowv1.0.2.1open in new window
MII Process Data Sharingopen in new windowv1.0.1.1open in new windowv1.0.1.1open in new window
NUM-RDPopen in new windowv1.1.0.0open in new windowv1.1.0.0open in new window
  • Explore and install Process Plugins in the Marketplace. Details on each plugin are available hereopen in new window.
  • Deploying the process plugin to the DSF involves copy the process jar-file and configuring environment variable for the business process engine (BPE).

Prerequisites

Deployment

  • Add the process jar-file to the DSF BPE folder /opt/bpe/process:
wget (your jar-file download link)

For example:

 wget https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases/download/v1.0.0.1/mii-process-data-sharing-1.0.0.1.jar
  • Make sure the process is readable by the bpe user or group, for example by executing:
sudo chmod 440 (your jar-file name.jar)
sudo chown root:bpe (your jar-file name.jar)

For example:

sudo chmod 440 mii-process-data-sharing-1.0.0.1.jar
sudo chown root:bpe mii-process-data-sharing-1.0.0.1.jar
  • Modify the process exclude config in /opt/bpe/docker-compose.yml
  • Reminder: Update/verify required configurations in docker-compose.yml