RNet AI
  • INTRODUCTION
    • About Rnet
    • Quickstart
    • Core Concepts
      • List of Model Providers
  • GETTING STARTED
    • Model
      • Add New Provider
      • Predefined Model Integration
      • Custom Model Integration
      • Interfaces
      • Schema
    • Application Orchestration
      • Overview
      • Interactive Chat Application
      • Agent
      • App Kits
    • Workflow
      • Core Concepts
      • Node Overview
        • Start
        • Question Classifier
        • Knowledge Retrieval
        • Variable Aggregator
        • LLM
        • Direct Reply
        • IF/ELSE
        • HTTP Request
        • End
    • Knowledge Base
Powered by GitBook
On this page
  1. GETTING STARTED
  2. Workflow
  3. Node Overview

End

Definition

The final output of a workflow is produced by an End Node. Every workflow must include at least one End Node to complete the execution process and deliver the final results.

The End Node serves as the termination point of the workflow, meaning no further actions or nodes can follow it. In workflow applications, the results are only generated when the End Node is reached. If the workflow includes conditional branches, multiple End Nodes may be necessary. The End Node is required to declare one or more output variables, which can reference the output variables of any preceding node within the workflow.

End nodes are not supported within Chatflow.

PreviousHTTP RequestNextKnowledge Base

Last updated 9 months ago