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
  • Nodes
  • Variables
  • Chatflow and Workflow
  1. GETTING STARTED
  2. Workflow

Core Concepts

PreviousWorkflowNextNode Overview

Last updated 9 months ago

Nodes

Nodes are essential components in a workflow, enabling a sequence of operations by connecting nodes with various functionalities.

For core workflow nodes, please refer to Node Overview.


Variables

Variables are used to link the input and output of nodes within a workflow, enabling complex processing logic throughout the process. Fore more details, please take refer to Variables.


Chatflow and Workflow

Feature/Functionality
Chatflow
Workflow

Primary Use Case

Conversational Scenarios

Automation and Batch Processing

End Node

Not Typically Used

Used to Conclude the Process

Answer Node

Yes, for Dynamic Responses

No

Memory/Context

Yes, Built-in Memory

No Memory Support

Start Node Variables

sys.query, sys.files, sys.conversation_id, sys.user_id

sys.files, sys_id

Usage Entry Points

Chatflow Entry
Workflow Entry