You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/operations/v2.0.1/install-plugins.md
+87-7Lines changed: 87 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,9 @@ title: Install Plugins
3
3
icon: plugin
4
4
---
5
5
6
-
::: tip Marketplace for process plugins
7
-
To install and learn more about each Process Plugin, you can visit the Marketplace [here](https://hub.dsf.dev).
8
-
:::
9
-
10
6
11
7
## **Overview**
12
-
- You can find an overview of compatable process plugins below (last updated 2025-11-25).
8
+
- You can find an overview of compatable process plugins below (last updated 2026-01-19).
13
9
14
10
15
11
| Process Plugin | released for test | released for production |
@@ -20,9 +16,8 @@ To install and learn more about each Process Plugin, you can visit the Marketpla
20
16
|[MII Process Report](https://github.com/medizininformatik-initiative/mii-process-report/releases)|[v1.2.0.1](https://github.com/medizininformatik-initiative/mii-process-report/releases/tag/v1.2.0.1)|[v1.2.0.1](https://github.com/medizininformatik-initiative/mii-process-report/releases/tag/v1.2.0.1)|
21
17
|[MII Process Data Transfer](https://github.com/medizininformatik-initiative/mii-process-data-transfer/releases)|[v1.1.0.1](https://github.com/medizininformatik-initiative/mii-process-data-transfer/releases/tag/v1.1.0.1)|[v1.1.0.1](https://github.com/medizininformatik-initiative/mii-process-data-transfer/releases/tag/v1.1.0.1)|
22
18
|[MII Process Data Sharing](https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases)|[v1.1.0.0](https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases/tag/v1.1.0.0)|[v1.1.0.0](https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases/tag/v1.1.0.0)|
- Explore and install Process Plugins in the Marketplace. Details on each plugin are available [here](https://hub.dsf.dev/).
26
21
- Deploying the process plugin to the DSF involves copy the process jar-file and configuring environment variable for the business process engine (BPE).
- Modify the process exclude config in `/opt/bpe/docker-compose.yml`
55
50
-**Reminder:** Update/verify required configurations in `docker-compose.yml`
51
+
52
+
53
+
### NUM Dashboard Report on DSF 2
54
+
The NUM Dashboard Report Plugin is not fully compatible with DSF 2.0.1 out of the box. DSF 2 introduced some new security features like class whitelisting of classes from the DSF and it's dependencies. The NUM Dashboard Report Plugin uses some of the not whitelisted classes. After review, it's fine to use the classes required by the plugin. Until new versions are released, you can allow the required classes with the following changes:
55
+
56
+
1. Create a new file with the name `api-v1-allowed-bpe-classes.list` with the following content:
57
+
58
+
```text
59
+
#
60
+
# Copyright 2018-2025 Heilbronn University of Applied Sciences
61
+
#
62
+
# Licensed under the Apache License, Version 2.0 (the "License");
63
+
# you may not use this file except in compliance with the License.
64
+
# You may obtain a copy of the License at
65
+
#
66
+
# http://www.apache.org/licenses/LICENSE-2.0
67
+
#
68
+
# Unless required by applicable law or agreed to in writing, software
69
+
# distributed under the License is distributed on an "AS IS" BASIS,
70
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
71
+
# See the License for the specific language governing permissions and
0 commit comments