Adding an Alert

Alerts allow users to be notified based upon certain conditions. You can, for example, be notified via email if a process fails to run. These notifications are called alerts. Some alerts are pre-defined within Automator itself, such as the process failure (SystemAlertProcessFailed) and process element failure (SystemAlertProcessElementFailed) alerts. Others can be defined by users in scripts.

To add an alert

To add an alert

  1. On the Navigation Tree, click Automator  > Visual Processes and select Alerts. The Alerts page displays.

  2. On the Alerts page, click the Add icon   to create a new alert.

  3. In the Code box specify the alert type.

You may type a new alert name or select one of the following predefined alert types:

If a predefined alert (for example, the SystemAlertProcessFailed) has already been selected, it will no longer be listed in the Code drop-down list, as you cannot specify two predefined alerts of the same type (except for the SystemAlertProcessElementFailed).

  1. In the Description field enter alert description.

NOTE: If you use the SystemAlertProcessElementFailed alert, you can choose one or more element types by clicking .

  1. If the alert should be immediate, check the Rise Alert Immediate checkbox.

NOTE: The Rise Alert Immediate checkbox is available only for the SystemAlertNoInputToExporter alert and the SystemAlertProcessElementFailed alert.

  1. Under Actions, choose which action to add to the alert.

NOTE:  You may use the naming macros to provide a message for the log alert. To do this, click the Insert Macro icon  and select the naming macros from the drop-down list.

NOTE: You may use the naming macros to provide a subject line for an email alert. To do this, click the Insert Macro icon  and select the naming macros from the drop-down list.

NOTE: You may use the naming macros to provide a title and description for an RSS alert. To do this, click the Insert Macro icon  and select the naming macros from the drop-down list.

NOTE: Displays the URL of the RSS item. This field is usually left blank so that Automator can automatically assign a URL (based on a translate distribution) from the input or export file that is being processed.

NOTE: If you leave the Title, Channel Description, and Link fields blank the default values will be automatically assigned.

  1. Click OK to save the action.

  2. Click Save to save the alert.