Getting Started & Migration
How do I pick my first workflow to migrate to Catalyst?
Start with a low-risk, non-critical workflow for your first Catalyst migration to minimize overall disruption for your team. Carefully prioritize your workflows that have clear success metrics and limited cross-team dependencies, and well-documented steps to simplify simple validation efforts, then test in your staging environment first before moving to gradual production-like deployments. Remember that durable execution does not offer exact-once delivery without additional protective safeguards.
Was this article helpful?
Your feedback helps improve Diagrid's FAQ experience.
Keep reading
More Diagrid FAQ articles
- Getting Started & Migration
What does a minimal but realistic durable agent look like when I first run Catalyst locally?
A realistic durable agent prototype that progresses from a call to an LLM through a conditional action to an API, illustrating automatic state persistence.
- Getting Started & Migration
How do I iterate quickly on durable agent logic without deploying to a shared cluster?
Use a local Dapr sidecar to execute and debug agent workflows, enabling a fast edit-run-debug cycle without remote dependencies.
- Getting Started & Migration
My agent is already built with LangChain/LlamaIndex. Can I add durable execution without a rewrite?
Wrap an existing agent’s entry point in a Catalyst workflow to gain durability without modifying framework internals, then progressively refactor.