The worklist entryDocumentation 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 route in src/routes/fw.tsx. There is no standalone “Workflows” list page registered. Workflow definitions are managed through automation rules accessed at /fw/automations and edited via the Workflow Editor at /fw/automations/:id/workflow.
Overview
Based on the shipped codebase, there is no dedicated/fw/workflows route registered in the FW router. Workflow graphs are associated with automation rules: each automation rule can have a visual workflow definition edited at /fw/automations/:id/workflow. To create a new workflow, a user first creates an automation rule on the Automations page (/fw/automations) and then navigates to its Workflow Editor.
The route /fw/workflows/:workflowId/analytics does exist and is documented separately at Workflow Analytics.
Who it’s for
No explicit permission gate exists on this route because it is not registered. Access to the related Automations page and Workflow Editor is unguarded at the router level; data-layer permissions apply.Before you start
This page documents a route that was not found in the shipped router configuration. SME confirmation is required before this content should be considered accurate.Steps
- Navigate to
/fw/automations. - Select “New Automation” to open the rule builder dialog.
- After saving the automation rule, open the rule and navigate to its Workflow Editor via the link or button to
/fw/automations/:id/workflow. - Build the workflow graph in the visual editor and save.
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