Workflow UI Overview
Verified surface
WorkflowAdminPage is the only dedicated Workflow page component. It is mounted on one authenticated portal route and owns two in-page tabs. The component loads the caller's pending tasks and the tenant's definition summaries in parallel.
The page uses shared Shell, Tabs, Panel, DataTable, form, status and action components from the operations-page file. Data access uses the shared portal API client; there is no Workflow-specific frontend state store or client module.
Maturity
| Capability | Classification | Evidence |
|---|---|---|
| Definition list/create/publish | Foundation | Definitions tab |
| Pending task decisions | Partial | Tasks tab |
| Visual design and version editing | Not implemented | No component or route found |
| Instance execution/detail | Not implemented in UI | Backend-only endpoints |
| Workflow operations | Transitional | Shared dashboard/activity/health surfaces |
Requires Confirmation
Responsive behavior, accessibility acceptance, production API routing and intended separation of authoring from task work require confirmation.
Source References
UI/salary-ui/apps/client-hrms-portal/src/pages/admin/OperationsAdminPages.tsxUI/salary-ui/apps/client-hrms-portal/src/App.tsxUI/salary-ui/apps/client-hrms-portal/src/styles/pageStyles.ts
Related Articles
See Also
Keywords
Workflow UI, page architecture, maturity.
Revision Information
Draft source-backed documentation reviewed on 2026-07-20; next quarterly review is 2026-10-20.