Testing, Versioning & Release
What’s the safest way to test workflow updates before activating them for active runs?
The safest way to test workflow updates before activating them for active runs is to deploy updates to a properly configured staging environment mirrored to your production state. Replay captured production workflow traffic in this staging environment, validate it matches critical expected outcomes, and confirm replay consistency across both new and existing active workflow run types. This approach does not account for unforeseen interactions with external non-replayable services during testing.
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.