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 Approval Details screen shows the full detail of one approval request and is available at /fw/approvals/:requestId.

Overview

This screen reads the requestId URL parameter and passes it to the ApprovalRequestDetail component. When no requestId is present an error state is displayed with a link back to the Approval Inbox. The breadcrumb label is set to the first 8 characters of the request ID via useBreadcrumbLabel.

Who it’s for

No explicit permission gate on this route.

Before you start

  • Reach this screen by selecting a request from the Approval Inbox (/fw/approvals) or from a direct deep link.
  • A valid requestId must be present in the URL.

Steps

1

Open a request

Click a pending request in the Approval Inbox or follow a direct link to /fw/approvals/:requestId.
2

Review the request detail

The ApprovalRequestDetail component renders the full request context.
3

Act on the request

Use the actions provided by the detail component (approve, reject, or other configured steps).
4

Return to inbox

Use the back navigation or click Back to Inbox if the request ID is missing.

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