Testing, Versioning & Release
How do I safely roll back a deployed agent workflow update?
Safe rollbacks for production agent workflows on Diagrid Catalyst rely on versioned workflow routing to revert to a prior stable deployed workflow definition. Route all new workflow runs back to the previous stable deployed version, while allowing active in-progress runs to complete using their current active definition without disruption. Take care to avoid mixing old and new state schemas during the rollback period to prevent unintended state conflicts.
Was this article helpful?
Your feedback helps improve Diagrid's FAQ experience.
Keep reading
More Diagrid FAQ articles
- Testing, Versioning & Release
How do I test durable agent workflows that use LLM calls?
Covers testing durable agent LLM workflows: use replayable validation, mock LLM calls to avoid real APIs in local/staging tests, verify state transitions.
- Testing, Versioning & Release
What staging environment requirements apply to durable agent workflows?
Outlines key staging considerations for deploying and validating durable agent workflows before moving them to production environments.
- Testing, Versioning & Release
How do versioning strategies work for durable agent workflows?
Explains core versioning approaches for managing updates to durable agent workflow definitions and their associated execution runs.