SessionBindValve
Note
Valve for setting/replacing secondary identifier, alias, to a session.
The new alias can then be used for locating the session.
Properties
| Name | Description | Default value | Mandatory | Supports property expansion |
|---|---|---|---|---|
| alias | Source attribute containing the value. | No | Yes |
Example Configuration
{
"name": "SessionBindValve",
"config": { "alias":"{{item.code}}" }
}
In the example above the value for alias has been set earlier in the flow.
Requirements
Session must be loaded.
Item set must have at least one entry.