Name
|
Description
|
---|---|
Inputs:
|
|
NAME
|
Should be set to the
name of the variable that you want to affect. The variable must be
defined in the job before running the node.
|
OPERATION
|
You can perform 3 operations:
NOOP - the value of the variable is not changed; ADD - a specific
numeric value is added to the variable; SUB - a specific numeric value
is subtracted from the variable; ASSIGN - a specific value is assigned
to the variable
|
PARAMETER
|
In the case of ADD and
SUB, this is a numeric value. In the case of ASSIGN, this is the value
assigned to the variable. In the case of NOOP, this is ignored.
|
Unique Outputs:
|
|
VALUE
|
The current value of
the variable after execution of the node
|