Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| transformations:sharedmemory [2025/03/18 17:33] – add Increment by option craigt | transformations:sharedmemory [2026/06/25 13:29] (current) – [Use cases] Server to Hub craigt |
|---|
| |
| * **Store temporary values:** Store the last loaded date when doing incremental loads. | * **Store temporary values:** Store the last loaded date when doing incremental loads. |
| * **Pass values between workflows and users:** Similar to shared connectors, the shared memory can be accessed from different Desktops. Once a value is remembered, it can be accessed by all Desktops and Server spaces that use the same repository. | * **Pass values between workflows and users:** Similar to shared connectors, the shared memory can be accessed from different Desktops. Once a value is remembered, it can be accessed by all Desktops and Hub spaces that use the same repository. |
| * **Environment configuration:** The shared memory can be used to store configuration settings that are different in PROD and TEST environments. | * **Environment configuration:** The shared memory can be used to store configuration settings that are different in PROD and TEST environments. |
| * **Workflow variable:** While project parameters are constant and don’t change during a workflow run, the shared memory values can be set, removed, and changed in a single workflow. | * **Workflow variable:** While project parameters are constant and don’t change during a workflow run, the shared memory values can be set, removed, and changed in a single workflow. |