/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).
/fw/workflows/new route. 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.
If a “Workflows” list page exists, it may be accessible via another route or may be planned for a future release. SME confirmation is required before this content should be considered accurate.
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. - To create a new workflow: navigate to
/fw/automations, select “New Automation” to open the rule builder dialog, save the automation rule, then open its Workflow Editor.
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