Custom Session - Create node
The Custom Session - Create node allows creating a custom session with a defined ID, duration, and associated data.
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.
-
TTL: Define the duration of the session, expressed in seconds. After this time, the session will expire.
-
Data: Define the data to be stored 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 Already Exists
- Failure
JSON metadata
{
"name": "create_custom_session",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"category": "custom_session",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Custom Session - Create "
}, {
"lang": "it",
"value": "Custom Session - Create "
}
],
"nodeName": "CreateCustomSession",
"index": 1,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "SessionAlreadyExists",
"level": "warning"
}, {
"name": "Failure",
"level": "error"
}
]
}