Core Concepts

Nodes & Connectors

Nodes are the individual steps in a workflow. Each node does one thing and passes its output to the next node.

Node Categories

Trigger Nodes

Start a workflow execution. Only one trigger per workflow.

Action Nodes

Perform operations and produce output data.

AI Nodes

Integrate language models and AI services.

Flow Nodes

Control the execution path.

Transform Nodes

Reshape and enrich data.

Connecting Nodes

Hover over a node to reveal the output handle (right side). Drag from it to another node's input handle (left side) to create a connection.

Node Configuration

Click any node to open its Properties Panel:

  1. Parameters — inputs specific to this node
  2. Settings — retry policy, timeout, notes
  3. Output Preview — shows data from the last test run