Versions Compared

Key

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

...

Parameter name

Default value

Description

Valid examples

excludedVariables

OPTIONAL

Specifies the variables that should be excluded and not be passed from the sub-process to the main-process.

variable1,variable2,variable3;

includedVariables

OPTIONAL

Specifies the variables that should be included and be passed from the sub-process to the main-process. All other variables will be ignored.

variable1,variable2,variable3;

...