Visual Pipeline Canvas
The core of SEO Flow | Enterprise is the visual pipeline builder. Learn how to construct, configure, and execute automated workflows without writing a single line of code.
Anatomy of the Canvas
The canvas operates on a standard node-based architecture. You drag specialized nodes from the left sidebar onto the infinite canvas and wire them together to transfer data payloads.
Drag & Drop Mechanics
Open the sidebar palette and drag any node onto the canvas. Nodes represent individual operations.
Wiring Endpoints
Click and drag from a node's right output handle to another node's left input handle to map data transfer between operations.
Configuration
Each node has distinct configuration fields directly embedded into its UI. Changes save automatically.
Generative AI Chat Assistant
For complex workflows, manually placing and connecting nodes can be tedious. The built-in AI assistant can construct full pipelines for you from a simple natural language prompt.
Example Prompt:
The assistant will automatically interpret the request, select the correct nodes from the registry, auto-wire their connections, and position them neatly on the canvas.
Execution Strategies
Manual Execution
Click the green "Run Pipeline" button from the top right of the builder. The flow executes immediately synchronously based on your active node configs.
Webhooks
Deploy a "Watchdog" trigger node. You'll receive a unique API endpoint url that executes the attached flow every time it receives a POST payload.
Cron Scheduling
Use the "Schedule" node to execute flows synchronously on automated intervals (hourly, daily, weekly) running autonomously on the serverless edge.