-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request 'Release v24.08.1' (#11) from release_24.08.1 into…
… master
- Loading branch information
Showing
10 changed files
with
94 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: Benutzerzuweisung | ||
identifier: intranda_step_user_assignment | ||
description: Step Plugin für die Zuweisung von Aufgaben an Benutzer | ||
published: true | ||
--- | ||
|
||
## Einführung | ||
Diese Dokumentation erläutert das Plugin zur Zuweisung von Benutzern an bestimmte Aufgaben im Workflow. | ||
|
||
## Installation | ||
Um das Plugin nutzen zu können, müssen folgende Dateien installiert werden: | ||
|
||
```bash | ||
/opt/digiverso/goobi/plugins/step/plugin-step-user-assignment-base.jar | ||
/opt/digiverso/goobi/config/plugin_intranda_step_user_assignment.xml | ||
``` | ||
|
||
Für die Verwendung des Plugins muss dieses in einem Arbeitsschritt ausgewählt sein: | ||
|
||
![Konfiguration des Arbeitsschritts für die Nutzung des Plugins](screen1_de.png) | ||
|
||
Nach der Ausführung des Plugins sieht die Oberfläche des Plugins folgendermaßen aus: | ||
|
||
![Zuweisung von Benutzern an Aufgaben](screen2_de.png) | ||
|
||
## Überblick und Funktionsweise | ||
Zuerst müssen in der Konfigurationsdatei die jeweiligen individuellen Werte eingetragen werden. Anschließend kann das Plugin ausgeführt werden. Dabei sammelt es zunächst alle angegebenen Parameter und lädt anschließend alle Benutzer. Diesen können dann Aufgaben in der Benutzeroberfläche des Plugins zugewiesen werden. | ||
|
||
## Konfiguration | ||
Die Konfiguration des Plugins erfolgt in der Datei `plugin_intranda_step_user_assignment.xml` wie hier aufgezeigt: | ||
|
||
{{CONFIG_CONTENT}} | ||
|
||
{{CONFIG_DESCRIPTION_PROJECT_STEP}} | ||
|
||
Parameter | Erläuterung | ||
------------------------|------------------------------------ | ||
`workflow` | Der Name der Produktionsvorlage, die genutzt wird.| | ||
`assignmentStep` | Der Arbeitsschritt, in dem das Plugin aktiv wird, um Benutzer für den nächsten Schritt (`targetStep`) zuzuweisen. | | ||
`targetStep` | Der Arbeitsschritt, welcher der Benutzer zugewiesen wird.| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title: User Assignment | ||
identifier: intranda_step_user_assignment | ||
description: Step Plugin for Assigning Tasks to Users | ||
published: true | ||
--- | ||
|
||
## Introduction | ||
This documentation explains the plugin used for assigning users to specific tasks within the workflow. | ||
|
||
## Installation | ||
To be able to use the plugin, the following files must be installed: | ||
|
||
```bash | ||
/opt/digiverso/goobi/plugins/step/plugin-step-user-assignment-base.jar | ||
/opt/digiverso/goobi/config/plugin_intranda_step_user_assignment.xml | ||
``` | ||
To use the plugin, it must be selected in a workflow step: | ||
|
||
![Configuration of the workflow step for using the plugin](screen1_en.png) | ||
|
||
After executing the plugin, the plugin interface will appear as follows: | ||
|
||
![Assigning users to tasks](screen2_en.png) | ||
|
||
## Overview and functionality | ||
First, the respective individual values must be entered in the configuration file. Afterward, the plugin can be executed. It initially collects all specified parameters and then loads all users. These users can then be assigned tasks within the plugin's user interface. | ||
|
||
## Configuration | ||
The plugin is configured in the file `plugin_intranda_step_user_assignment.xml` as shown here: | ||
|
||
{{CONFIG_CONTENT}} | ||
|
||
{{CONFIG_DESCRIPTION_PROJECT_STEP}} | ||
|
||
Parameter | Explanation | ||
------------------------|------------------------------------ | ||
`workflow` | The name of the production template being used.| | ||
`assignmentStep` | The workflow step where the plugin activates to assign users for the next step (`targetStep`). | | ||
`targetStep` | The workflow step to which the user is assigned.| |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters