Skip to main content
A Task Node is a focused collection step. The agent follows the task prompt until it can fill one expected output, then the workflow continues. Use a task when a supervisor or agent must capture a single field (email, order number, yes/no) before booking or transfer.

Add it

Right-click empty canvas → Add NodeTask Node. Connect it from a Supervisor or Agent. Draw a path onward when the value is collected.

General

Task nodes have General and Tools only (no AI tab). Model settings stay on the parent agent or supervisor.
  • Task Name — Shown on the canvas (for example, Collect Email).
  • Instructions / Prompt — How to ask for the detail, what to accept, and what to do if the customer refuses.
  • Expected Output Variable
    • Output Key — Name later nodes can use (for example email_address).
    • Output TypeString / Text, Number / Numeric, or Boolean (Yes/No).

Tools

Open Tools if this step must look something up while collecting (knowledge base, order status, and so on). See Tools.

Verify

The task has a name, prompt, output key, and type. A path leads in and a path leads out when collection should finish.