Built-in durability: Introducing Workflow Development Kit
Workflow Development Kit launches as an open-source TypeScript framework that adds built-in durability to async functions, allowing them to pause, survive crashes, and resume without custom retry infrastructure.
Building reliable software shouldn't require mastering distributed systems. Yet for developers building AI agents or data pipelines, making async functions reliable typically requires message queues, retry logic, and persistence layers. Adding that infrastructure often takes longer than writing the actual business logic.
The is an open source TypeScript framework that makes durability a language-level concept. It runs on any framework, platform, and runtime. Functions can pause for minutes or months, survive deployments and crashes, and resume exactly where they stopped.Workflow Development Kit (WDK) Read more