Versions Compared

Key

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

Description

Writes a variable from a softlink into the main process.

...

Class

Code Block
com.dooris.bpm.actionhandler.SetVariableInMainProcessHandler

Parameter

Parameter

Default value

Description

Valid examples

name

Name of the variable being written.

Process variables may be used.

${variableName}

value

Value of the variable.

Process variables may be used.

${variableValue}

...