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 Approval Chains screen lists all configured multi-step approval chains in the organization and is available at /fw/approval-chains.

Overview

This admin screen displays all approval chains for the organization via the ApprovalChainList component. Users holding the fw.chains.create permission see a New Chain button that navigates to /fw/approval-chains/new. Existing chains can be edited from the list, navigating to /fw/approval-chains/:chainId/edit.

Who it’s for

No explicit permission gate on this route. The New Chain action is gated by fw.chains.create (FW_PERMISSIONS.CHAINS_CREATE).

Before you start

  • To create a new chain you need fw.chains.create.
  • To edit an existing chain you need fw.chains.edit.

Steps

1

Open Approval Chains

Navigate to /fw/approval-chains to see all configured chains.
2

Create a new chain

Click New Chain (visible with fw.chains.create) to open the chain builder at /fw/approval-chains/new.
3

Edit an existing chain

Click a chain in the list to navigate to /fw/approval-chains/:chainId/edit.

Key concepts

  • Approval chain — an ordered sequence of approval steps used to route requests through multiple reviewers before completion.

Forms & Workflow

Forms & Workflow core overview.

Governance & parity

Documentation coverage and governance.
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/ApprovalChainsPage.tsx
  • src/platform/permissions/constants.ts