The Edit Approval Chain screen opens an existing approval chain for modification 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/:chainId/edit.
Overview
This screen loads the approval chain identified bychainId via useApprovalChain. The breadcrumb label is set to Edit <chain.name> via useEntityBreadcrumb. A loading skeleton is shown while data loads. If the chain is not found or an error occurs, an error state with a Back to Chains button is displayed. Otherwise, the ApprovalChainBuilder component is rendered pre-populated with the existing chain configuration. Saving navigates back to /fw/approval-chains.
Who it’s for
No explicit permission gate on this route. SME: confirm whetherfw.chains.edit is enforced inside ApprovalChainBuilder.
Before you start
- Navigate here by clicking an approval chain’s edit action in the Approval Chains list.
- A valid
chainIdmust exist in the organization.
Steps
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/ApprovalChainEditPage.tsx