Custom Session
Custom Session nodes allow you to create, retrieve, update, and delete custom sessions within a flow, enabling stateful data storage across flow executions.
| Node | Description |
|---|---|
| Custom Session - Create | Creates a new custom session with a defined ID, duration and data |
| Custom Session - Get | Retrieves an existing custom session and its content by ID |
| Custom Session - Replace | Replaces the content of an existing custom session |
| Custom Session - Delete | Deletes an existing custom session by ID |