...
Property | UI Field Name | Description | Specifications | Required | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
attachFile | Attach Remote File | For Agent-based tasks only; Specification for whether or not a text file that is accessible by the Agent is attached. | Boolean; Valid values: true/false. Default is false. | N | |||||||||||||||||||||||||||||||||
attachJobLog | Attach Job Log | For z/OS tasks; Specification for whether or not a job log is attached. | Boolean; Valid values: true/false. Default is false. | N | |||||||||||||||||||||||||||||||||
attachLocalFile | Attach Local File | Specification for whether or not a local file is attached. | Boolean; Valid values: true/false. Default is false. | N | |||||||||||||||||||||||||||||||||
attachStdError | Attach Standard Error | For Agent-based tasks only (except z/OS); Specification for whether or not standard error data generated by the associated task is attached. | Boolean; Valid values: true/false. Default is false. | N | |||||||||||||||||||||||||||||||||
attachStdOut | Attach Standard Output | For Agent-based tasks only (except z/OS); Specification for whether or not standard output data generated by the associated task is attached. | Boolean; Valid values: true/false. Default is false. | N | |||||||||||||||||||||||||||||||||
bcc | BCC | Email address of the party being sent a blind (hidden) copy of the email, if any. | Use commas to separate multiple recipients. Variables and functions are supported. | N | |||||||||||||||||||||||||||||||||
body | Body | Text of the email message. | Variables and functions are supported. | N | |||||||||||||||||||||||||||||||||
cc | CC | Email address of the party being sent a copy of the email, if any. | Use commas to separate multiple recipients. Variables and functions are supported. | N | |||||||||||||||||||||||||||||||||
description | Description | Description of this Email Notification action. | N | ||||||||||||||||||||||||||||||||||
emailConnection | Email Connection | Name of an Email Connection. | If you specify both an | Y | |||||||||||||||||||||||||||||||||
emailTemplate | Email Template | Name of an Email Template. | If you specify both an | Y | |||||||||||||||||||||||||||||||||
emailTemplateVar | Email Template Variable | Name of a variable that will be resolved at run time to the name of an Email Template to use. | Format: ${variable name}. | N | |||||||||||||||||||||||||||||||||
exitCodes | Exit Codes | One or more exit codes that will trigger this action. | Integer; if you specify an exit code, you also must specify at least one | N | |||||||||||||||||||||||||||||||||
fileName | File Name | If | Full path name is required. Wildcards are NOT supported. | Y | |||||||||||||||||||||||||||||||||
fileNumLines | Number of Lines | Number of lines to limit the retrieved data to. If | Integer. | N | |||||||||||||||||||||||||||||||||
fileScanText | Scan Text | Regex pattern that the Controller will search for a match for in STDOUT/STDERR or a specified file. The Controller will include the | N | ||||||||||||||||||||||||||||||||||
fileStartLine | Start Line | Integer; Starting line of the attached data. | Integer. | N | |||||||||||||||||||||||||||||||||
inheritance | Action Inheritance | For Workflow tasks only; Records that this action applies to. | Valid values:
Default is Self (1). | N | |||||||||||||||||||||||||||||||||
joblogNumLines | Number of Lines | For z/OS tasks only; Number of lines to limit the retrieved data in the job log to. | Integer. | N | |||||||||||||||||||||||||||||||||
joblogScanText | Scan Text | For z/OS tasks only; Regex pattern that the Controller will search for a match for in the job log. | Integer. | N | |||||||||||||||||||||||||||||||||
joblogStartLine | Start Line | For z/OS tasks only; Starting line of the attached job log. | Integer. | N | |||||||||||||||||||||||||||||||||
listReportFormat | List Report Format | Report format.
| Default is PDF (1). Valid Values:
| N | |||||||||||||||||||||||||||||||||
localAttachmentsPath | Local Attachments Path | Location of Local Attachments for the connected Node. | N | ||||||||||||||||||||||||||||||||||
localAttachment | Local Attachment | Name of the file(s) to attach. | N | ||||||||||||||||||||||||||||||||||
notifyOnEarlyFinish | On Early Finish | Specification to generate the action if the task finishes early, based on the Early Finish Time specified in the task. | Boolean; Valid values: true/false. Default is false. | N | |||||||||||||||||||||||||||||||||
notifyOnLateFinish | On Late Finish | Specification to generate the action if the task finishes late, based on the Late Finish Time specified in the task. | Boolean; Valid values: true/false. Default is false. | N | |||||||||||||||||||||||||||||||||
notifyOnLateStart | On Late Start | Specification to generate the action if the task starts late, based on the Late Start Time specified in the task. | Boolean; Valid values: true/false. Default is false. | N | |||||||||||||||||||||||||||||||||
notifyOnProjectedLate | On Projected Late | Generates the action if the task is projected to be late, based on the calculated Projected End Time and the Late Start Time, Late Start Duration, or Late Finish Time time option. | Boolean; Valid values: true/false. Default is false. | N | |||||||||||||||||||||||||||||||||
replyTo | Reply-To | Email address of the sender of the email. | Use commas to separate multiple recipients. Variables and Functions are supported. | N | |||||||||||||||||||||||||||||||||
report | Report | Report attached to this notification. | If
To specify a single group, you can utilize either To define a report reference for a report with Title XYZ that is visible to group Operators, you would could specify:
or XML
JSON
To define a report reference for a report with Title XYZ that is visible to groups Operators, Finance, and Development; You could specify any one of the visibility groups: XML
JSON
Or you could specify multiple visibility groups: XML
JSON
| N | |||||||||||||||||||||||||||||||||
reportVar | Report Variable | Name of a variable that will be resolved at run time to the name of the Report to attach. | If | N | |||||||||||||||||||||||||||||||||
status | Status | Status of this task, by itself or together with an exit code, that will trigger this Email Notification action. You can specify as many statuses as needed. | Y | ||||||||||||||||||||||||||||||||||
stderrNumLines | Number of Lines | Number of lines to limit the retrieved stderr data to. If | Integer. | N | |||||||||||||||||||||||||||||||||
stderrScanText | Scan Text | Regex pattern that the Controller will search for a match for in stderr. The Controller will include the Number of Lines above and below the first line matched. | N | ||||||||||||||||||||||||||||||||||
stderrStartLine | Start Line | Starting line of the attached stderr data. | Integer. | N | |||||||||||||||||||||||||||||||||
stdoutNumLines | Number of Lines | Number of lines to limit the retrieved stderr data to. If | Integer. | N | |||||||||||||||||||||||||||||||||
stdoutScanText | Scan Text | Regex pattern that the Controller will search for a match for in stdout. The Controller will include the Number of Lines above and below the first line matched. | N | ||||||||||||||||||||||||||||||||||
stdoutStartLine | Start Line | Starting line of the attached stdout data. | Integer. | N | |||||||||||||||||||||||||||||||||
subject | Subject | Subject line of the email. | Variables and functions supported. | N | |||||||||||||||||||||||||||||||||
sysId | n/a | sys_id used within the Controller to identify this Email Notification action. | N | ||||||||||||||||||||||||||||||||||
to | To | Email address of the recipient. | Use commas to separate multiple recipients Variables and functions supported. | Y |
...