Skip to content

Connecting Nodes (Modules)

Connections define the execution order of your workflow. FeedFlux executes modules sequentially, following the connection lines.


There are two ways to create connections between nodes.

Connecting two nodes by dragging

  1. Hover over the output handle (bottom dot) of the source node
  2. Click and hold
  3. Drag the line to the input handle (top dot) of the target node
  4. Release to create the connection
  1. Click the output handle of the source node
  2. Click the input handle of the target node
  3. Connection is created automatically

  • Method 1: Click on the connection line, then press Delete
  • Method 2: Right-click the connection line and select Delete
  • Method 3: Drag the connection away from the handle to disconnect

RuleDescription
One InputEach node can receive only one incoming connection
One OutputEach node has one output connection
Linear FlowWorkflows execute in a straight sequence — no branching on the canvas
Top to BottomModules execute in the order they are connected

Linear workflow example

A basic workflow flows in one direction:

StartSearch HashLike PostEnd


  • Keep it clean: Avoid crossing connection lines when possible
  • Left to right or top to bottom: Maintain consistent flow direction
  • Use the grid: Align nodes for cleaner visual organization
  • Group related modules: Keep logically related actions close together