The Approval Inbox screen shows pending approval requests for the current user 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.
Overview
This screen renders theApprovalInbox component scoped to the current user. A badge in the header shows the count of pending approvals loaded by usePendingApprovalCount. Selecting an approval navigates to /fw/approvals/:requestId. A link to /inbox appears at the top right for the broader platform inbox. An empty-state action button navigates to /fw/my-requests.
Who it’s for
No explicit permission gate on this route.Before you start
- Navigate to
/fw/approvalsfrom the Forms & Workflow sidebar or dashboard. - Pending approvals are filtered to those assigned to the current user.
Steps
Select a request
Click any approval request in the list to open its detail at
/fw/approvals/:requestId.Key concepts
- Pending count — live count from
usePendingApprovalCount; updates in real time.
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/ApprovalInboxPage.tsx