Working with Nodes

Add, move, edit, and manage nodes on the canvas

Working with Nodes

What are Nodes?

Nodes are the building blocks of your workflow. Each node represents a specific operation or function. Nodes process input data and produce output that can be connected to other nodes.

Adding Nodes to the Canvas

From the Node Library

  1. Look at the Right Panel at the top section (Node Library)
  2. Find the node you want to add
  3. Click and drag the node from the library onto the canvas
  4. Release the mouse to place the node

Node Anatomy

Each node has these key components:

Moving Nodes

Selecting and Deselecting Nodes

Configuring Nodes

When you select a node, the Properties Panel on the right side shows its configuration options:

  1. Click on a node to select it
  2. View the Properties panel on the right
  3. Modify any parameters as needed
  4. Changes take effect when you execute the node

Deleting Nodes

Important: Deleting a node also removes all its connections to other nodes. You cannot undo this action, so be careful when deleting nodes.

Resizing Nodes

Some node types can be resized by dragging the corners or edges of the node body.

Executing Nodes

Execute Single Node

Left-click the execute button at the top-right of the node to run just that node.

Execute with Downstream Nodes

Right-click the execute button to run this node AND all nodes that depend on its output.

Node States During Execution

As a node executes, you'll see its color change:

For more details, see the "Node States" section of this help.

Tip: Select a node and look at the Properties panel on the right to see and modify its configuration. Most node behavior is controlled through these properties.