Skip to content

Understanding the Canvas

The Workflow Canvas is the heart of FeedFlux Desktop. It’s a visual interface where you design automation workflows by placing and connecting modules.


🖼️ [Image: Screenshot of the full Workflow Canvas interface with Toolbar, Modules Panel, Canvas Area, and Settings Panel labeled]

ElementDescription
ToolbarSave, run, stop workflows and control canvas view
Modules PanelList of all available automation modules to drag onto canvas
Canvas AreaThe main workspace where you build your workflow
NodesIndividual modules placed on the canvas
ConnectionsLines linking nodes to define execution flow
Settings PanelConfiguration options for the selected node

ActionHow To
Pan/MoveClick and drag on empty canvas area
Zoom In/OutMouse scroll wheel, or use zoom buttons
Fit to ViewClick “Fit” button to see entire workflow
Select NodeClick on any node
Multi-SelectHold Shift and click multiple nodes, or drag selection box
Delete NodeSelect node and press Delete key

Each node on the canvas has these parts:

🖼️ [Image: Diagram of a single node showing Input Handle, Icon, Module Name, Status, and Output Handle]

  • Input Handle (top): Where connections from previous modules attach
  • Output Handle (bottom): Where connections to next modules start
  • Icon: Visual indicator of module type
  • Status: Shows if module is configured, running, completed, or has errors

🖼️ [Image: Visual examples of Start, End, Condition, and Loop nodes side by side]

NodePurposeHandles
StartEntry point of every workflowOutput only
EndMarks workflow completionInput only
Condition (IF)Branches workflow based on criteria1 input, 2 outputs (Yes/No)
LoopRepeats a sequence of actions1 input, 2 outputs (Loop/Exit)