Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

The Workflow Alerts page at /fw/alerts provides a dashboard for monitoring workflow issues and alerts generated by the automation engine.

Overview

The Workflow Alerts page wraps the AlertsDashboard 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

  1. Navigate to /fw/alerts.
  2. Review the AlertsDashboard for 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.

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.
  • src/routes/fw.tsx
  • src/cores/fw/pages/WorkflowAlertsPage.tsx
  • src/cores/fw/components/notifications/AlertsDashboard.tsx