The Dependency Graph screen renders an interactive node-edge visualization of relationships between Forms & Workflow entities 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/dependency-graph.
Overview
This admin screen uses the@xyflow/react library to render a graph where nodes represent FW entities (form, form_field, workflow, automation_rule, decision_table, event, lookup_config) and edges represent dependency relationships, loaded via useDependencyGraph. Node colors are mapped by entity type using semantic CSS variables. A search input filters the visible nodes. The graph includes pan/zoom controls and a minimap. A hard cap of 300 nodes is enforced in buildGraphElements.
Who it’s for
Requires permission:fw.dependencies.view.
Before you start
- Hold
fw.dependencies.viewto access this screen. - Large organizations with many entities may be capped at 300 nodes in the visualization.
Steps
Key concepts
- Entity types —
form,form_field,workflow,automation_rule,decision_table,event,lookup_config. - Node cap — maximum 300 nodes rendered at once; the graph is truncated for very large dependency sets.
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/DependencyGraphPage.tsx