Field
| Definition
|
Basic Tab
| |
Label
| Specify a label for this task.
|
AS2 Server
| Select a pre configured AS2 server from the list.
|
Source File
| Specify the path and file name of a single file to send. Enter a file name, it might not be a directory name.
|
Source Files Variable
| Specify the name of a variable of type File List which contains the files to send to the AS2 server. For example, ${variableName}.
|
Content Type
| Specify the content type of the source file(s) from the list or type in any valid MIME content type.
Default Value: application/EDI-Consent
|
Subject
| Specify the subject of the message.
|
Receipt Tab
| |
Request Receipt
| Specify whether or not to request a receipt from the AS2 server.
Default Value: none
|
Destination
| Specify where to save the receipt. Valid options are:
|
File
| Specify the location of the file to which the receipt, if any, should be saved. This is required if the 'Receipt Destination' is set to 'file'.
|
When File Exists
| Specify the action to take when the receipt file already exists.
Default Value: rename
|
Email Address
| Specify the email address to which the receipt, if any, should be sent to. This is required and used only if the 'Receipt Destination' is set to 'email'.
|
Receipt URL
| Specify the URL to which the receipt, if any, should be sent to. This is required and used only if the 'Receipt Destination' is set to 'url'.
|
Output Variables Tab
| |
Output Variable
| If desired, specify the name of a variable which will contain an AS2TaskOutput variable. It will be created if it does not exist, or overwritten otherwise.
|
AS2 Server Tab
| |
Refer to the
AS2 Resource page for the AS2 Server field definitions.
| |
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
|