loading...
No Results
  • Get Started
    • Welcome to GoInsight.AI
    • Quick Start
  • Knowledge 101
    • Key Concepts
    • Knowledge Base
    • LLM Selection Guide
    • Data Security
  • Quick Chatbot
    • Build a Quick Bot
  • Insight Chat
    • Insight Chat Introduction
  • InsightFlow
    • InsightFlow Introduction
    • Types of InsightFlow
    • Services & Tools
      • Tool
      • Service
      • Agent Strategy
    • Node
      • Start
      • LLM
      • Knowledge Base Retrieval
      • Answer
      • Document Write
      • Document Read
      • HTTP Request
      • KnowledgeFocus LLM
      • Agent
      • Progress
      • Tool Call
      • IF/ELSE
      • Question Classifier
      • Branch Aggregator
      • Multi branch Selector
      • Iteration
      • Auto-Continue
      • Template
      • Code
      • JSON Variable Extractor
      • Variable Assigner
      • Variable Extractor
      • End
      • Node Error Handling
    • Publishing
      • Publishing an Interactive Flow
      • Publishing a Service Flow
      • Create Your First Workflow
  • Team Management
    • Access Control
    • Usage Details
Home > Documentation > InsightFlow > Node

Progress Node

Definition

In GoInsight.AI, the Progress node provides an intermediate piece of content at any point in the workflow, it Keeps the users informed about project progress in real-time. This node is not the final result but serves as an intermediate prompt. It can show the current progress, request additional user input, or offer a partial response.

Configuration

  • The Progress node requires "Title" and "Content." Both fields support variables and custom text.
  • The default output type is "Text."
  • Notes of the Progress Node are optional.
progress-node-1

Usage Examples

The system determines whether the user needs a Google search. If it does, the system calls the "Google Search" tool to respond; if not, the LLM replies directly. In this example, the Progress node inserts the "Time" variable and adds custom text in the "Content" field.

We added a Progress node both when we begin evaluating user intent and when we finish evaluating user intent. This allows users to clearly see which stage and branch of the workflow is currently running.

progress-node-2
Updated on: Aug 12, 2025
Prev Agent
Next Tool Call
On this page
  • Definition
  • Configuration
  • Usage Examples
loading...
No Results