The New Approval Chain screen opens a blank chain builder to create a new multi-step approval chain 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/new.
Overview
This screen renders a page container with a back button (navigating to/fw/approval-chains) and a heading New Approval Chain with the subtitle “Create a new multi-step approval workflow.” The ApprovalChainBuilder component is rendered without pre-populated data. On successful save, the user is navigated to /fw/approval-chains. Cancelling also returns to /fw/approval-chains.
Who it’s for
No explicit permission gate on this route. SME: confirm whetherfw.chains.create is enforced inside ApprovalChainBuilder.
Before you start
- Navigate here from the Approval Chains list by clicking New Chain (visible when you hold
fw.chains.create).
Steps
Open the new chain form
Navigate to
/fw/approval-chains/new or click New Chain in the Approval Chains list.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/ApprovalChainNewPage.tsx