Testing, Versioning & Release
What versioning strategies suit durable agent workflows?
Semantic versioning paired with targeted routing works well for durable agent workflows on Diagrid Catalyst. Assign unique semantic version identifiers to each discrete workflow update, configure targeted routing to send existing in-flight runs to compatible legacy versions while directing new workloads to updated releases, preserving backward compatibility for active running processes. Avoid packing multiple unrelated changes into a single version to simplify future rollbacks and targeted maintenance work.
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.