Skip to main content

Enable alert notifications for workflow failures

Zuora

Enable alert notifications for workflow failures

You can enable email notifications upon the following situations for all workflow instances in the tenant or for a specific workflow:

  • Asynchronous Task Exhaustion - Sent when a task has exhausted allowable processes to complete.
  • DKIM Verification Failure - Sent when workflow email notifications bounce.
  • Rate Limiting Error - The workflow failed due to rate limiting issues.
  • Workflow Threshold Alert - Sent when a workflow has been inactivated due to prolonged errors or has reached allowable volume boundary.

Enable email notifications for all workflow instances in the tenant

  1. On the Workflow landing page, click Settings to open the global settings page.

  2. In the Global Settings section, enter the email addresses for receiving notifications in the Notification Recipients field and enter the email return path.

By default, the notifications are sent to the active users of your Workflow tenant in the last 30 days. You can remove this default setting and instead identify one or more email addresses for receiving notifications.

  1. Click Update Settings to save the update.

Enable email notifications for a specific workflow

  1. Create a global constant (such as devOpsEmail) for the responsible party. When testing the workflow, assign your own email to this constant. When this workflow is ready to be deployed to Production, replace your email with the correct one. 
    To learn how to create global constants, see Global constants of Workflow.
  2. In the settings of the workflow, select Notify on failed tasks.
    wf-settings-email.png
  3. If you want to ignore certain errors, enter one or multiple strings or regulation expressions to define the filtered-out error response. For the filtered-out error response, alert emails will not be sent to the distribution list specified in the workflow settings.

  4. Enter the global constant in the Email Addresses field.

  5. Click Update to save the settings.