Output variables

Field Description
<activityName>_iterationNumber This variable contains the value of each iteration.
<activityName>_ediCarrier This variable contains the name of the carrier that was processed.
<activityName>_carrierCount This variable contains the total number of carriers that are processed by the node.
<activityName>_errorCode

This variable contains the error code for this activity.

If the activity was ran successfully, the error code will be 0. If there is an error, the error code will be a non-zero value.

<activityName>_informationCode This variable contains the information code returned by the activity.
<activityName>_returnMessage This variable contains the error message displayed if a transfer error happened.
<activityName>_outputData This variable contains the data to be sent to or received from the FTP server.

If the continue on loop error check box is selected, the loop will continue even though errors are encountered such as the carrier definition not found on the table error or any transfer errors. OnError properties will be applied only after the end of the loop.