User Tools

Site Tools


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: 2019/08/28 00:58 by wikiadmin