Custom Session - Replace node
The Custom Session - Replace node allows replacing a Custom session and its content with a defined ID.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node configurations
-
ID: Specify the unique identifier of the session to be replaced.
-
Data: Define the data to be replaced within the session. These values can be used later during the flow execution. Values are added as one or more key-value pairs using the UI's repeatable entry widget, or by referencing a
{{variable}}that already resolves to the desired data at runtime.
Default output node
- Success
- Session Not Found
- Failure
JSON metadata
{
"name": "replace_custom_session",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"nodeName": "ReplaceCustomSession",
"category": "custom_session",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Custom Session - Replace"
}, {
"lang": "it",
"value": "Custom Session - Replace"
}
],
"index": 3,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "SessionNotFound",
"level": "warning"
}, {
"name": "Failure",
"level": "error"
}
]
}