Skip to main content

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.

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).
If a “Workflows” list page exists, it may be accessible via another route or may be planned for a future release. This document will be updated once SME confirms the correct route and component.

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.

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.
  • src/routes/fw.tsx
  • src/cores/fw/pages/Automations.tsx
  • src/cores/fw/pages/WorkflowEditor.tsx