> ## 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.

# Workflows

> There is no standalone Workflows list route; workflow definitions are managed through automation rules.

The worklist entry for route `/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/workflow-analytics)).

There is also no standalone `/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

1. Navigate to `/fw/automations` to view all automation rules.
2. Open a rule to view or edit its workflow definition.
3. Select the workflow editor icon or link to open `/fw/automations/:id/workflow`.
4. 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

<Columns cols={2}>
  <Card title="Forms & Workflow" icon="diagram-project" href="/fw/overview">
    Forms & Workflow core overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index" />
</Columns>

<Note>
  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.
</Note>

<Accordion title="Documentation sources">
  * src/routes/fw\.tsx
  * src/cores/fw/pages/Automations.tsx
  * src/cores/fw/pages/WorkflowEditor.tsx
</Accordion>
