Set In Application Context
Set a value assigned to the given key in the Application Context
Description
Set a value assigned to the given key in the Application Context. This is especially useful to store application state.
You can observe the value by using Get From Application Context
or Get From Current Context
with the same key from anywhere in the application.
Inputs
- Control Flow (Control Flow)
- key (Object): The key where to assigne the value
- value (Object): The value to assign to the key
Outputs
- Control Flow (Control Flow)