The Forms Settings screen allows administrators to configure module-level settings for the Forms & Workflow core 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/settings.
Overview
This admin screen loads the organization’s FW module settings fromfw_module_settings via useFWModuleSettings and renders them in FWSettingsForm. A guided tour is available via useTour with steps defined in fwSettingsTour. If the current user holds fw.dependencies.view, links to the Dependency Graph (/fw/settings/dependency-graph) and business calendars are shown. A dirty-state tracker (isDirty) controls the save button state. Settings include default form status, custom categories, submission retention, anonymous submission policy, automation retry limits, timeout configuration, worker batch sizes, checkpoint settings, and rate limiting for external forms.
Who it’s for
Requires permission:fw.settings.manage (FW_PERMISSIONS.SETTINGS_MANAGE).
Before you start
- Hold
fw.settings.manageto access and modify these settings. - Changes affect all forms and automations for the current organization.
Steps
Review current configuration
The form loads the current
fw_module_settings row for the organization.Key concepts
fw_execution_worker_enabled— master toggle for the automation execution worker.submission_retention_days— how long form submission records are retained.fw_event_schema_validation_mode— controls strictness of event schema validation (off,strict,warn).
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/FWSettingsPage.tsx
- src/platform/permissions/constants.ts