Set Flow Constants node
The Set Flow Constants node defines constant values that can be used throughout the flow. Each constant is defined as a key-value pair and remains available for subsequent nodes during execution.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined |
Constants
-
Backend constants: Define one or more constants as key-value pairs. Constants can be static or dynamically calculated. Each constant is added individually using the field's ADD button, building up the list of key-value pairs.
You can also use the Extended View to build more complex expressions.
-
Save in the flow store: Save the result into a variable for reuse by other nodes. See Save in the flow store for details.
Default output node
- Success
- Failure
JSON metadata
{
"name": "const_be",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"category": "utility_components",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Set Flow Constants"
}, {
"lang": "it",
"value": "Set Flow Constants"
}
],
"nodeName": "Constant",
"index": 25,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "Failure",
"level": "error"
}
]
}