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.