Table of Contents

Search

  1. Preface
  2. Introduction
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

Managed File Transfer User Guide

Managed File Transfer User Guide

Set Variable Task

Set Variable Task

The Set Variable task can set a variable's value to static text, user-defined variables, data from a RowSet, or the contents of a file.
Field
Definition
Basic Tab
Label
Specify a label for this task.
Variable Name
Specify a name for this variable. The name must start with a letter (a-z or A-Z), and may only contain letters, digits (0-9), underscrores(_) and periods(.).
Value
Specify the new value for this variable. It can contain a combination of static text, string variables, and RowSet variables. When using a RowSet variable you must specify the column number or name. If your RowSet variable contains more than one row all other rows except for the first one will be ignored. For example: static text ${variableName} ${rowSetName[columnNumber]} ${rowSetName[columnName]}.
Advanced Tab
Input File
Specify the path and file name of a file. The contents of the file will be placed into the variable. Since the entire contents of the file is stored in memory it is recommended to only use small file sizes. If a large file is required you should determine whether
Managed File Transfer
has enough memory to support it.
Encoding
Specify the file encoding. This is required if the files are using a different encoding than the platform's default.
Default Value: The platform's default encoding
Control Tab
Version
The version of this task.
Log Level
Specify the level of logging to use while executing this task. Valid options are - silent, normal, verbose and debug.
Default Value: Inherited from parent Module
Execute Only If
Specify a condition that must be satisfied before this task can be executed. This task will be skipped if the specified condition is not met.
Disabled
Whether or not this task is disabled.
Default Value: false
On Error Tab
On Error
Specify the action to take when this task errors out. Valid options are - abort, continue, call:[module] and setVariable:[name]=[value]. For call:[module] replace [module] with the name of the module in the project (e.g. call:ErrorModule). For setVariable:[name]=[value] replace [name] with a variable name and [value] with the variable value (e.g. setVariable:error=true).
Default Value: Inherited from parent Module

0 COMMENTS

We’d like to hear from you!