The Approval Chains screen lists all configured multi-step approval chains in the organization and is available atDocumentation 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/approval-chains.
Overview
This admin screen displays all approval chains for the organization via theApprovalChainList 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 byfw.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
Create a new chain
Click New Chain (visible with
fw.chains.create) to open the chain builder at /fw/approval-chains/new.Key concepts
- Approval chain — an ordered sequence of approval steps used to route requests through multiple reviewers before completion.
Related
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.
Documentation sources
Documentation sources
- src/routes/fw.tsx
- src/cores/fw/pages/ApprovalChainsPage.tsx
- src/platform/permissions/constants.ts