Actions Cache Consistency between Different Actions
Last Updated:
Overview
Multiple actions are deployed in the Post-Login trigger, and some read the Actions cache to get values. This article explains whether it is guaranteed that the same value will be retrieved in the other Actions of the same flow.
Applies To
- Actions
- Cache
Solution
The same cache value is guaranteed to be available to all Actions in the same flow, assuming the cache has not expired. In other words, the cache is consistent across a single execution.
However, there is one exception: if the user is temporarily redirected from the flow (for example, due to an Actions redirect, custom MFA logic, etc.), there is no guarantee that the same cache item will be available to the Actions after they resume from that redirect.