Skip to content

About Workflow Email Notifications

Treasure Workflow automatically sends email notifications when workflows encounter issues or exceed limits.

All notifications are sent from Treasure AI <noreply@treasure.ai>. If your organization filters incoming email, allowlist this address.

Notifications are sent in the following situations:

Scheduled Workflow Fails to Start

  • When: A scheduled workflow cannot start due to configuration errors

  • Email subject: [Treasure Workflow] Schedule run failure notification: {workflow_name}

  • Note: Workflows that continuously fail may be automatically disabled

Task Execution Timeout

  • When: An individual task within a workflow exceeds its configured time limit

  • Email subject: [Treasure Workflow] Task execution timeout notification: {workflow_name}

Workflow Execution Timeout

  • When: The entire workflow exceeds its configured time limit

  • Email subject: [Treasure Workflow] Workflow execution timeout notification: {workflow_name}

Workflow Attempt Failure

  • When: A workflow session attempt fails due to task errors

  • Email subject: [Treasure Workflow] Attempt failure notification: {workflow_name}

SLA Violation

  • When: A workflow session attempt does not complete by the time configured in the sla: directive

  • Email subject: [Treasure Workflow] SLA violation notification: {workflow_name}

Trigger Run Failure

  • When: A trigger cannot create the triggered workflow's attempt because it would exceed the maximum number of tasks within an attempt

  • Email subject: [Treasure Workflow] Trigger run failure notification: {workflow_name}

Who Receives Notifications

Notifications are sent to the user who last updated the workflow project.

For manual executions, notifications go to the workflow project owner, not the person who triggered the execution.