Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
com.dooris.bpm.actionhandler.WriteBackProcessVariableHandler

Parameter

Parameter name

Default value

Description

Valid examples

excludedVariables

Specific

Specifies the variables that should be

rewritten can be defined here

excluded and not be passed from the sub-process to the main-process.

variable1,variable2,variable3;

includedVariables

Specific

Specifies the variables that should

NOT be rewritten in

be included and be passed from the sub-process to the main-process

can be defined here

. All other variables

, which are not defined,

will be

rewritten

ignored.

variable1,variable2,variable3;