The Workflow Alerts page atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/fw/alerts provides a dashboard for monitoring workflow issues and alerts generated by the automation engine.
Overview
The Workflow Alerts page wraps theAlertsDashboard component in a page container with a header showing the alert triangle icon and the description “Monitor and manage workflow issues and alerts.” There is no explicit RequirePermission guard on this route in src/routes/fw.tsx.
Who it’s for
No explicit permission gate on this route. All authenticated users with access to the FW module can view this page.Before you start
- No specific permissions are required to access this page based on the current router configuration.
Steps
- Navigate to
/fw/alerts. - Review the
AlertsDashboardfor active workflow issues and alerts.
Key concepts
- Workflow alert — An issue or warning generated during workflow or automation execution. SME: confirm alert types and severity levels.
- AlertsDashboard — The primary component rendering alert data; SME should confirm the metrics and actions it provides.
Related
Forms & Workflow
Forms & Workflow core overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/fw.tsx
- src/cores/fw/pages/WorkflowAlertsPage.tsx
- src/cores/fw/components/notifications/AlertsDashboard.tsx