Workflow UI & Operations Source Map
Evidence map
| Concern | Authoritative source |
|---|---|
| Route composition | UI/salary-ui/apps/client-hrms-portal/src/App.tsx |
| Sidebar entries and visibility | UI/salary-ui/apps/client-hrms-portal/src/components/AppLayout.tsx |
| Route feature checks | UI/salary-ui/apps/client-hrms-portal/src/utils/ProtectedRoute.tsx |
| Workflow page, forms and task actions | UI/salary-ui/apps/client-hrms-portal/src/pages/admin/OperationsAdminPages.tsx |
| Settings entry | UI/salary-ui/apps/client-hrms-portal/src/pages/admin/SettingsHubPage.tsx |
| Dashboard request | UI/salary-ui/apps/client-hrms-portal/src/dashboard/dashboardApi.ts |
| Dashboard metrics and cards | UI/salary-ui/apps/client-hrms-portal/src/dashboard/DashboardPages.tsx |
| Runtime composition and health | microservices/src/workflow-service/Program.cs |
| Endpoint and diagnostic surface | microservices/src/workflow-service/Api/WorkflowEndpoints.cs |
| Authorization policy catalog | microservices/src/workflow-service/Api/Policies.cs |
| Definition validation/actions | microservices/src/workflow-service/Application/Commands/WorkflowDefinitionCommands.cs |
| Task decisions/execution | microservices/src/workflow-service/Application/Commands/WorkflowInstanceCommands.cs |
| Caller-scoped tasks and feeds | microservices/src/workflow-service/Application/Queries/WorkflowQueries.cs |
| Tenant context and repositories | microservices/src/workflow-service/Infrastructure/Persistence.cs |
| Tenant query filters | microservices/src/workflow-service/Infrastructure/WorkflowDbContext.cs |
| Shared logging/tracing | microservices/src/shared-kernel/Extensions/ObservabilityExtensions.cs |
| Shared correlation | microservices/src/shared-kernel/Middleware/CorrelationIdMiddleware.cs |
Evidence method
Static frontend and backend source was inspected. Repository searches covered requested Workflow page, designer, editor, task, approval, delegation, dashboard, report, permission, monitoring and feature-switch terms. Absence statements mean no implementation was found in the inspected repositories, not that no external system exists.
Requires Confirmation
Deployment overlays, external dashboards, private support tooling, runtime routing and external authorization controls require confirmation.
Source References
UI/salary-ui/apps/client-hrms-portal/src/App.tsxUI/salary-ui/apps/client-hrms-portal/src/components/AppLayout.tsxUI/salary-ui/apps/client-hrms-portal/src/utils/ProtectedRoute.tsxUI/salary-ui/apps/client-hrms-portal/src/pages/admin/OperationsAdminPages.tsxUI/salary-ui/apps/client-hrms-portal/src/dashboard/DashboardPages.tsxmicroservices/src/workflow-service/Program.csmicroservices/src/workflow-service/Api/WorkflowEndpoints.csmicroservices/src/workflow-service/Application/Queries/WorkflowQueries.cs
Related Articles
See Also
Keywords
Workflow source map, UI evidence, operations evidence.
Revision Information
Draft source-backed documentation reviewed on 2026-07-20; next quarterly review is 2026-10-20.