# About Workflow Email Notifications Treasure Workflow automatically sends email notifications when workflows encounter issues or exceed limits. Here is the list when notifications are sent ## 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: **Workflow 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.