Delay Workflow
Delay Plugin for pausing the workflow
Overview
Identifier
intranda_step_delay
Repository
Licence
GPL 2.0 or newer
Last change
21.11.2024 11:45:52
Introduction
This documentation explains the plugin that allows a workflow to be paused for a certain period of time.
Installation
To be able to use the plugin, the following files must be installed:
After installing the plugin, it can be selected within the workflow for the respective steps and will be executed automatically.
To use the plugin, it must be selected in a workflow step:
Automatic Task
Yes
Plugin for Workflow Step
intranda_step_delay
Plugin for Delay
Yes
Overview and functionality
This plugin pauses the workflow for as long as specified in the configuration file. Once the configured time has been reached, the relevant workflow step is automatically closed and the workflow continues.
Configuration
The plugin is configured in the file plugin_intranda_delay_configurable.xml
as shown here:
General parameters
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.
Further parameters
In addition to these general parameters, the following parameters are available for further configuration:
delayInDays
Pause the workflow for the specified days.
Last updated