Testing, Versioning & Release
How do I confirm workflow behavior stayed consistent after a migration?
You can validate your migrated workflow’s core behavior stays consistent using Catalyst’s built-in replay tooling. Replay the original workflow’s structured historical event inputs against the updated migrated Dapr-based workflow definition, then compare captured detailed execution steps and key final output states against relevant pre-migration production baseline logs. Note that critical non-deterministic operations like LLM calls require properly adjusted baseline comparisons to account for variable expected outputs.
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.