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 Edit Approval Chain screen opens an existing approval chain for modification and is available at /fw/approval-chains/:chainId/edit.

Overview

This screen loads the approval chain identified by chainId 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 whether fw.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 chainId must exist in the organization.

Steps

1

Open the editor

Navigate to /fw/approval-chains/:chainId/edit or click edit on an existing chain.
2

Modify the chain

Use ApprovalChainBuilder to update the chain steps, approvers, or settings.
3

Save

Click save; successful save navigates back to /fw/approval-chains.
4

Cancel

Click cancel or the back button to return to /fw/approval-chains without saving.

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/ApprovalChainEditPage.tsx