Module: Constant
Emit a fixed value baked into the configuration. The value is emitted once, when the parser run starts — not on every invocation. Use it to inject a literal (string, number, JSON, …) into the graph without an upstream dependency.
The output's wire type is determined by the type of the configured value.
Example
Value: { "type": "Number", "value": 42 }
Output: 42
Parameters
Valuerequired
The constant value emitted on the value output. Both the type (String,
Number, Bool, JSON, …) and the content are baked in at configuration
time.
Input
This function has no input connectors.
Output
Value
The configured constant value.