The worklist entry for routeDocumentation 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/workflows does not correspond to a registered route in src/routes/fw.tsx. Workflow definitions in the Forms & Workflow core are associated with automation rules and are accessed through /fw/automations.
Overview
Based on the shipped codebase, there is no/fw/workflows route in the FW router. The router does define:
/fw/automations— Lists all automation rules (each rule has an associated workflow definition)./fw/automations/:id/workflow— The Workflow Editor for a specific automation rule./fw/workflows/:workflowId/analytics— Analytics for a specific workflow (documented at Workflow Analytics).
Who it’s for
Not applicable — the route is not registered. See/fw/automations for automation rule management.
Steps
- Navigate to
/fw/automationsto view all automation rules. - Open a rule to view or edit its workflow definition.
- Select the workflow editor icon or link to open
/fw/automations/:id/workflow.
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/Automations.tsx
- src/cores/fw/pages/WorkflowEditor.tsx