Environments
Use environments to promote workflow revisions safely from development to production.
Environment Model
development: Build and iteratestaging: Final validationproduction: Live user traffic
Each environment can point to a different revision.
Deployment Flow
- Test in
development - Deploy to
staging - Validate with real-like inputs
- Deploy to
production
Diff Before Deploy
Before production deploys, check revision diffs:
- Blocks view: High-level structure and connection changes
- Code view: Detailed JSON-level changes
Use blocks view for speed and code view for precision.
Rollback Strategy
If a release degrades output quality or reliability:
- Switch environment to last known good revision
- Confirm recovery in Logs
- Fix forward in
development
Next Steps
- History: Name and manage revisions
- Logs: Verify deployment health
- Running Workflows: Execute with explicit environments
Built with ❤️ by Scout OS
Last updated on