User Tools

Site Tools


Plugin installed incorrectly. Rename plugin directory 'swiftmail.backup' to 'swiftmail'.
This translation is older than the original page and might be outdated. See what has changed.
en:software:tim:actionhandler:writebackprocessvariablehandler

FIXME This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)

WriteBackProcessVariableHandler

Description

This handler is used to pass process variables from a sub-process to the main process. Existing variables in the main process will be overwritten.

  • If no parameter is given, all of the process variables in the main process will be rewritten
  • By providing includedVariables, specific variables that should be rewritten can be defined
  • By providing excludedVariables, specific variables that should NOT be rewritten in the main process can be defined. All other variables, which are not defined, will be rewritten.

The handler is usually integrated onto the last node in the sub-process; however, it may be used in the normal course of the sub-process (i.e. to write preliminary results in the main process).


Action Class

com.dooris.bpm.actionhandler.WriteBackProcessVariableHandler



Event Type

any

Action Name

any

Mandatory Fields

-

Parameter

excludedVariables
Ex.: excludedVariables=variable1,variable2,variable3;

includedVariables
Ex.: includedVariables=variable1,variable2,variable3;


Example

en/software/tim/actionhandler/writebackprocessvariablehandler.txt · Last modified: 2021/07/01 09:52 (external edit)