The Approval Details screen shows the full detail of one approval request 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/approvals/:requestId.
Overview
This screen reads therequestId 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
requestIdmust be present in the URL.
Steps
Open a request
Click a pending request in the Approval Inbox or follow a direct link to
/fw/approvals/:requestId.Act on the request
Use the actions provided by the detail component (approve, reject, or other configured 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/ApprovalRequestDetailPage.tsx