Path: Workflow (
/workflow) — Admin onlyThe Workflow Builder is a visual drag-and-drop automation tool built on React Flow. Create, save, and execute workflows that chain triggers, scripts, notifications, and conditional logic.Toolbar
At the top of the builder:Node Palette
The left sidebar contains draggable nodes organized into three sections:Triggers
Start a workflow in response to an event:Actions
Execute work:Flow Control
Control the execution path:Canvas
The main canvas is a React Flow editor with:- Background grid for alignment
- Zoom / pan controls
- Mini-map for overview navigation
Node Color Coding
Server Overview (Auto-Load)
When you open the Workflow Builder, it automatically loads your infrastructure as read-only nodes on the canvas — apps, domains, and databases positioned in a grid with connection lines showing relationships. Use this as a reference while building your automation, or as a live infrastructure map.Saving and Executing
- Connect nodes by dragging from one node’s output handle to another’s input
- Configure each node (double-click to open settings)
- Click Save — the “Saved View” badge appears
- Click Execute to run the workflow immediately