The Automation Processes screen shows the auto-discovered business process catalog at the routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/settings/automation/processes.
Overview
The screen lists all auto-discovered business processes from theuseBusinessProcesses hook, displayed in a grid or table view toggled by a layout selector. A filter bar allows narrowing by search text, health status, owning core, and process type. Users with pf.business_processes.discover can click “Discover” to trigger a re-scan via useTriggerProcessDiscovery. Clicking a process card navigates to the process detail page at /settings/automation/processes/:processId.
Who it’s for
Required permission:pf.business_processes.view (view); pf.business_processes.discover (trigger discovery)
Before you start
- You must hold the
pf.business_processes.viewpermission.
Steps
Filter results
Use the filter bar to search by name or narrow by health status, core, or process type.
Key concepts
- Auto-discovery — process catalog is populated by scanning automation rules and workflows
- Health status — indicates whether a process is healthy, warning, or critical
owningCore— the platform core responsible for the process
Related
Platform Foundation
Platform Foundation 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/platform.tsx
- src/platform/automation/pages/BusinessProcessCatalogPage.tsx