The Audit & Compliance screen provides tabbed access to workflow execution export, compliance reports, scheduled reports, and retention settings 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/audit-compliance.
Overview
This admin screen uses a four-tab layout. Workflow Export (WorkflowExecutionExportTab) allows downloading workflow execution records. Compliance Reports (ComplianceReportsTab) generates named compliance reports. Scheduled Reports (ScheduledReportsTab) manages recurring report delivery. Retention (RetentionSettingsTab) configures how long audit records are retained. All tabs are wrapped in a PermissionGate for fw.audit.view (FW_PERMISSIONS.AUDIT_VIEW).
Who it’s for
Requires permission:fw.audit.view (FW_PERMISSIONS.AUDIT_VIEW).
Before you start
- Hold
fw.audit.viewto access this screen. - Ensure the execution worker is configured if you need real-time execution data.
Steps
Key concepts
- Workflow Export — raw execution-level audit data export.
- Compliance Reports — structured reports for regulatory or internal review.
- Retention — controls how long audit records are kept before purge.
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/AuditCompliancePage.tsx
- src/platform/permissions/constants.ts