User Assignment
Step Plugin for Assigning Tasks to Users
Last updated
Step Plugin for Assigning Tasks to Users
Last updated
Identifier
intranda_step_user_assignment
Licence
GPL 2.0 or newer
Last change
24.08.2024 15:17:37
This documentation explains the plugin used for assigning users to specific tasks within the workflow.
To be able to use the plugin, the following files must be installed:
To use the plugin, it must be selected in a workflow step:
After executing the plugin, the plugin interface will appear as follows:
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.
The plugin is configured in the file plugin_intranda_step_user_assignment.xml
as shown here:
The <config>
block can occur repeatedly for different projects or work steps in order to be able to perform different actions within different workflows. The other parameters within this configuration file have the following meanings:
project
This parameter defines which project the current block <config>
should apply to. The name of the project is used here. This parameter can occur several times per <config>
block.
step
This parameter controls which work steps the <config>
block should apply to. The name of the work step is used here. This parameter can occur several times per <config>
block.
In addition to these general parameters, the following parameters are available for further configuration:
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.