The Automations screen is the central hub for creating and monitoring automation rules (triggers + actions) and is available 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/automations.
Overview
This screen renders a tabbed layout with four tabs: a rules list (AutomationRulesList), an analytics dashboard (AutomationAnalyticsDashboard), an execution monitor (ExecutionDashboard), and a log viewer (AutomationLogViewer). FW module settings are loaded via useFWModuleSettings; when the execution worker is not enabled, an alert notice is displayed. New rules are created in a slide-over AutomationRuleBuilder. Existing rules can be edited from the list. Execution records can be viewed, debugged, or replayed via ExecutionDetailDialog.
Who it’s for
No explicit permission gate on this route.Before you start
- The execution worker must be enabled (
fw_execution_worker_enabled = true) in FW settings for automations to run. - If the worker notice is shown, contact your administrator.
Steps
Create a rule
Click New Automation to open
AutomationRuleBuilder and configure a trigger and action set.Key concepts
- Automation rule — a named rule pairing a trigger with one or more actions.
- Execution worker — the platform service that runs automations; controlled by
fw_execution_worker_enabledinfw_module_settings. - Replay — re-runs a past execution record; requires
fw.workflow-executions.replaypermission.
Related
Forms & Workflow
Forms & Workflow core overview.
Governance & parity
Documentation coverage and governance.
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/Automations.tsx
- src/platform/permissions/constants.ts