Output variables
| Field | Description | 
|---|---|
| NODENAME_errorCode | The error code returned by the activity. This will either be 0 (SUCCESS), 19 (MQS_ERROR), or 4 (UNKNOWN_ACTIVITY_ERROR). | 
| NODENAME_informationCode | If NODENAME_errorCode is 19 (MQS_ERROR), this will be either the reason code returned by WebSphere MQ, or 0 if the error was an I/O error. | 
| NODENAME_returnMessage | If NODENAME_errorCode is not 0 (SUCCESS), this will be the error message, otherwise this will be a generic success message. |