Skip to main content
Static variables are flow-agent only. They are set at the node level with fixed or templated values and are available to that node and its successors.

Characteristics

  • Scope: Node-level; visible to successor nodes
  • Where to define: In the node’s configuration
  • Value types: string, number, boolean, array, object
  • Templates: Values can use {{variable_name}} to reference other variables
  • Sync: Stored in the variable store so availability is tracked correctly

Supported Data Types

Example Use Cases

1. Computed / formatted messages
2. Configuration objects
3. Default lists
4. Flags
Static variables are not available in global nodes or in single-prompt agents. See Availability & Context and Extracted Variables for how they fit with other variable types.