Tangram
语言
  • What is Tangram?
  • overview
    • Capabilities
    • Architecture
  • Install
    • Start with Kubernetes
  • quick start
    • Create a flow
    • Create a tool
  • Flow
    • Nodes
      • IF
      • SWITCH
      • Format
      • Count
      • Subflow
      • Conversion
      • Execution
      • Variable
      • Note
      • Error
      • Response
    • Datasources
      • Node
      • Form
      • Variable
      • Webhooks
      • Inputs(Subflow)
      • Base
  • triggers
    • Forms
      • Text
      • Textarea
      • Number
      • Date
      • Radio
      • Checkbox
      • Single Selection
      • Multi Selection
      • File
      • Title and Content
    • Webhooks
    • Crons
  • APP Development
    • template
    • info.json
    • core.py
    • test.py
    • Upload and Debugging
Powered by GitBook
On this page
  • Prepare a flow that needs to be nested for use
  • Single Execution Demo
  • Transfer subflow data
  • Audit Logs
  • Loop Execution Demo
  • Set parameters data source
  • Set loop item key
  • Audit Logs
  1. Flow
  2. Nodes

Subflow

Commonly used for nested execution logic

PreviousCountNextConversion

Last updated 10 months ago

Configure a flow, define its inputs and outputs, and then use subflow node binding in other flows.

There are two uses, single execution and loop execution.

Prepare a flow that needs to be nested for use

Inputs: Parameter definition for transferring from main flow to sub flow.

Outputs: Parameter definition for transferring from sub flow to main flow.

Single Execution Demo

Set a random string to test.

Transfer subflow data

Set inputs through dynamic parameters to transfer data from the mainflow to the subflow.

Audit Logs

Click "Detail" can view subflow record timeline.

Loop Execution Demo

Set a array object to test.

Check "Looped". Data must be array.

Set parameters data source

Set loop item key

Click "Choose" to select object of any other nodes.

Audit Logs

UI
Config Form
Define its inputs and outputs.
Get inputs' data from datasource.