Skip to main content
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

  1. Connect nodes by dragging from one node’s output handle to another’s input
  2. Configure each node (double-click to open settings)
  3. Click Save — the “Saved View” badge appears
  4. Click Execute to run the workflow immediately

Execution Progress Modal

Shows the result of each node step as the workflow runs — success/failure status and output for every action.

Execution History

Click History to see all past runs:
Workflows that fail 3 times in a row are automatically paused. Check the history to diagnose before re-enabling.