> ## 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.

# Automation Processes

> Auto-discovered catalog of business processes with health monitoring, filtering, and discovery trigger.

The Automation Processes screen shows the auto-discovered business process catalog at the route `/settings/automation/processes`.

## Overview

The screen lists all auto-discovered business processes from the `useBusinessProcesses` 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.view` permission.

## Steps

<Steps>
  <Step title="Open Automation Processes">Navigate to Settings → Automation → Business Processes.</Step>
  <Step title="Browse the catalog">View discovered processes in grid or table layout.</Step>
  <Step title="Filter results">Use the filter bar to search by name or narrow by health status, core, or process type.</Step>
  <Step title="View process detail">Click a process card to navigate to its detail page.</Step>
  <Step title="Trigger discovery">Click "Discover" (requires discover permission) to re-scan and update the process catalog.</Step>
</Steps>

## 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

<Columns cols={2}>
  <Card title="Platform Foundation" icon="layer-group" href="/pf/overview">
    Platform Foundation overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index">
    Documentation coverage and governance.
  </Card>
</Columns>

<Note>
  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.
</Note>

<Accordion title="Documentation sources">
  * src/routes/platform.tsx
  * src/platform/automation/pages/BusinessProcessCatalogPage.tsx
</Accordion>
