Examples
Save a value for later runsWhen to use
- Your app requires a login or setup step that produces a value other flows need in future runs.
- A flow generates a token, ID, or credential that should persist across runs.
- You want to skip repeated setup work by reusing state from a previous run.
- Your test environment requires a value that changes at runtime and needs to be available to later runs.