Skip to main content

Module resolve

Module resolve 

Source
Expand description

Parameter resolution — substitutes template references in JSON values.

Template syntax:

  • {{nodes.<node_id>.<path>}} — reference to a node’s output
  • {{params.<path>}} — reference to a flow-level parameter

Two resolution modes:

  • Full replacement: entire string is one template → preserves type
  • String interpolation: template within a larger string → toString

Functions§

resolve_params
Resolve template references in a JSON Value tree.