Testing, Versioning & Release
What happens if I update a workflow definition while runs are active?
You can safely update production AI agent workflow definitions without terminating active in-progress runs when using Diagrid Catalyst’s agentic durable execution, built on Dapr. Existing active runs will continue using the workflow definition active at their launch, while all new runs adopt the updated version via intentional structured versioned routing. You should note that untested changes may cause unexpected state transitions for in-flight existing production workflows.
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.