Testing, Versioning & Release
Can I modify a workflow definition while runs are still active?
You can safely modify workflow definitions for active in-flight agent runs using Diagrid Catalyst, the AI-native durable execution platform. Its Dapr-backed versioned deployment tools route new workflow starts to updated definitions, while letting existing runs complete using their original business logic tied to their current workflow state. Only make state-compatible edits; structural changes that break existing run state may cause unintended replay failures that disrupt active process execution.
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.