Skip to main content

Examples

Save a value for later runs
Read a value saved by a previous run

When 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.

Full example

Last modified on May 8, 2026