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 New Approval Chain screen opens a blank chain builder to create a new multi-step approval chain and is available at /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 whether fw.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

1

Open the new chain form

Navigate to /fw/approval-chains/new or click New Chain in the Approval Chains list.
2

Configure the chain

Use ApprovalChainBuilder to define chain steps, approvers, and settings.
3

Save

Click save; on success, you are redirected to /fw/approval-chains.
4

Cancel

Click the back button or cancel 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/ApprovalChainNewPage.tsx