Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

The Audit & Compliance screen provides tabbed access to workflow execution export, compliance reports, scheduled reports, and retention settings and is available at /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.view to access this screen.
  • Ensure the execution worker is configured if you need real-time execution data.

Steps

1

Open Audit & Compliance

Navigate to /fw/audit-compliance.
2

Export workflow executions

Select the Workflow Export tab to download execution records.
3

Generate compliance reports

Select the Compliance Reports tab and configure a report.
4

Schedule a report

Select the Scheduled Reports tab to set up recurring report delivery.
5

Configure retention

Select the Retention tab to adjust the audit record retention period.

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.

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.
  • src/routes/fw.tsx
  • src/cores/fw/pages/AuditCompliancePage.tsx
  • src/platform/permissions/constants.ts