LogoThreatmatic

Network

Visualize workflow routing and network decision flows as an interactive canvas.

The Network page (/network) renders an interactive node-graph canvas showing how traffic flows through your network, including decision points and routing outcomes.

Canvas Overview

The network view uses a React Flow-based canvas with custom node and edge types:

ElementDescription
Start nodeEntry point — initializes the workflow
Process nodeTransforms or inspects traffic
Decision nodeRoutes traffic based on policy conditions
Success / Error pathsDownstream outcomes of a decision
Complete nodeTerminal node for finalized flows

Edge Types

TypeBehavior
animatedSolid animated edge — active/confirmed path
temporaryDashed edge — conditional or provisional path

Interactivity

  • Pan & zoom — drag to pan, scroll to zoom
  • Fit view — the canvas auto-fits on load to show all nodes
  • The graph is read-only in the current iteration; editing is planned for a future release
  • Policies — the rules that drive routing decisions
  • Metrics — observe traffic volumes on each path

How is this guide?

Last updated on

On this page