RuleGo RuleGo
🏠Home
  • Quick Start
  • Rule Chain
  • Standard Components
  • Extension Components
  • Custom Components
  • Visualization
  • RuleGo-Server
  • RuleGo-MCP-Server
  • AOP
  • Trigger
  • Advanced Topics
  • Performance
  • Standard Components
  • Extension Components
  • Custom Components
  • Components Marketplace
  • Overview
  • Quick Start
  • Routing
  • DSL
  • API
  • Options
  • Components
🔥Editor (opens new window)
  • RuleGo Editor (opens new window)
  • RuleGo Server (opens new window)
  • Github (opens new window)
  • Gitee (opens new window)
  • Changelog (opens new window)
  • English
  • 简体中文
🏠Home
  • Quick Start
  • Rule Chain
  • Standard Components
  • Extension Components
  • Custom Components
  • Visualization
  • RuleGo-Server
  • RuleGo-MCP-Server
  • AOP
  • Trigger
  • Advanced Topics
  • Performance
  • Standard Components
  • Extension Components
  • Custom Components
  • Components Marketplace
  • Overview
  • Quick Start
  • Routing
  • DSL
  • API
  • Options
  • Components
🔥Editor (opens new window)
  • RuleGo Editor (opens new window)
  • RuleGo Server (opens new window)
  • Github (opens new window)
  • Gitee (opens new window)
  • Changelog (opens new window)
  • English
  • 简体中文

广告采用随机轮播方式显示 ❤️成为赞助商
  • Quick Start

  • Rule Chain

  • Standard Components

    • Standard Components Overview
    • filter

    • action

    • transform

    • external

    • flow

      • Sub Rule Chain
      • Node Reference
        • Configuration
        • Relation Type
        • Example
  • Extension Components

  • Custom Components

  • Components marketplace

  • Visualization

  • AOP

  • Trigger

  • Advanced Topic

  • RuleGo-Server

  • FAQ

  • Endpoint Module

  • Support

目录

Node Reference

ref: Refers to a specified rule chain or the current rule chain node for reuse by nodes.v0.24.0+

# Configuration

Field Type Required Description Default
targetId string Yes Format: [{chainId}]:{nodeId}. If referring to the current rule chain, the format is: {nodeId} None

# Relation Type

  • If executed successfully, use the output relation of this node to send to the next node.
  • If the node is not found, send the message through the Failure relation to the next node.

# Example

  {
      "id": "node_5",
      "type": "ref",
      "name": "Reference the current chain node",
      "configuration": {
          "targetId": "node_4"
      }
  }
1
2
3
4
5
6
7
8
{
  "id": "node_2",
  "type": "ref",
  "name": "Reference the other chain node",
  "configuration": {
    "targetId": "ynlLYSAgCy2J:node_2"
  }
}
1
2
3
4
5
6
7
8
Edit this page on GitHub (opens new window)
Last Updated: 2025/04/02, 01:29:50
Sub Rule Chain
Extension Components Overview

← Sub Rule Chain Extension Components Overview→

Theme by Vdoing | Copyright © 2023-2025 RuleGo Team | Apache 2.0 License

  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式