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
  • Scope
  • Demo
  • Audit Logs
  1. Flow
  2. Nodes

Count

Incremental by node execution count

PreviousFormatNextSubflow

Last updated 10 months ago

Scope

Local: Incremental in a single process execution task.

Global: Incremental across all execution tasks in the current flow.

Demo

  1. Repeat exec local count node until it > 5.

  2. Global count increases with flow execution.

Audit Logs

After the job is executed, the actual judgment logic can be viewed in the details.

Local Count is 5 now.

The global count is equal to the count of Flow executions.