Journey snapshots are now faster
Published journeys now create reusable snapshots so future runs start faster.
Publishing a journey now captures a snapshot of every resolved request, variable, and component reference. Future runs reuse that snapshot instead of re-resolving everything from scratch.
- First run after publish builds the snapshot
- Subsequent runs start from the cached snapshot
- Snapshots are versioned alongside the journey
Snapshots are immutable — editing a journey creates a new draft and leaves
historical runs reproducible.
See the execution docs for details.
- #journeys
- #execution
- #snapshots