Define the following properties for the MLLP Ack Task:
Basic Tab
Label
Provide a name for this task.
Ack Type
Select the MLLP acknowledgement type for received MLLP messages.
Error Message
Define an optional error message to be sent if the acknowledgement type is Commit Error (CE) or Commit Reject (CR).
Control Tab
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).