Table of Contents

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.

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