- Contents
Interaction Designer Help
Set Acc. (String)
This Accumulator step assigns a value to an instance of an Accumulator of type string. This step can also create a new instance of an accumulator.
Note: String accumulator values are limited to 254 characters. Longer strings will be truncated.
Inputs
Accumulator Name
The name of the accumulator to get the value from. This name is defined in Interaction Administrator.
Instance Name
The specific instance of the accumulator to which you want to assign a value. The rules for this instance name are defined in Interaction Administrator, and if the value of this parameter is unique, a new instance is created when this step executes.
Value
The value to assign to the instance of the accumulator.
Accumulator Key
This is the variable that holds the value of the key returned by a previous Lock Accumulator step. The Accumulator Key is not a required input field, but should be supplied if the accumulator instance has been previously locked by the handler. Failure to use a Key when the accumulator instance is locked can result in a tool step failure, and incorrect values being calculated in the accumulator.
Exit Paths
Success
This step takes the Success exit path if the operation is successful.
Failure
This step takes the Failure exit path if the Instance Name is invalid for the accumulator. This would never happen if the Instance type was Any, but it is possible for the other instance types. Failure can also occur if communication between the IP process and the Accumulator server timed out due to heavy machine load. Failure to use a Key when the accumulator instance is locked can result in a tool step failure, and incorrect values being calculated in the accumulator.