B2B Data Exchange
- B2B Data Exchange 10.5.3
- All Products
Field
| Definition
|
Basic Tab
| |
Label
| Specify a label for this task.
|
OpenPGP Key Ring
| Select a pre-configured OpenPGP key ring from the drop-down list.
|
Input File
| Specify the path and file name of a single file to be verify.
|
Input Files Variable
| Specify the name of a variable of type File List which contains the files to verify. For example, ${variableName}
|
Output File
| Specify the path and file name of the verified output file. This is only valid if you are verifying a single file.
|
Output Directory
| Specify the directory where the verified files should be saved.
|
When Output File Exists
| Specify the action to take when an output file already exists. The default value is 'rename' which changes the file name to a new name so the existing file remains untouched.
Default Value: rename
|
Advanced Tab
| |
File Name Prefix
| Specify a string to attach to the beginning of the verified file names.
|
File Name Suffix
| Specify a string to attach to the end of the verified file names.
|
Output Variables Tab
| |
Output Files Variable
| If desired, specify the name of a variable which will contain the verified file(s). The variable will be of type File List and may be used in subsequent tasks that accept a File List input variable. The variable will be created if it does not exist.
|
Processed Input Files Variable
| If desired, specify the name of a variable which will contain the signed input file(s). The variable will be of type File List and may be used in subsequent tasks that accept a File List input variable. The variable will be created if it does not exist.
|
OpenPGP Key Ring
| |
Public Key Ring
| Specify the secret key ring that contains the sender's public keys. This is only necessary if no PGP key ring resource was specified or if it is desired to override the secret key ring specified in the PGP key ring resource.
|
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
|