Field | Definition |
Basic Tab | |
Label | Specify a label for this task. |
Text | Specify the text to be printed. |
Advanced Tab | |
Output File | Specify the path and file name of the output file that the message will be printed to. If no file is specified, the message will be printed to the job log as an 'INFO' type message. |
Append | Specify whether or not to append data to the end of the specified file. If false, the output file will be overwritten. If an output file is not specified, this value will be ignored. Default Value: true |
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 |