What problem does it solve?
This Skill enables building durable, resumable workflows that survive restarts, pause for external events, retry on failures, and coordinate multi-step operations over time using Vercel's Workflow SDK.
Core Features & Use Cases
- Durable, restart-tolerant workflows that persist state across restarts and outages.
- Hooks and external events: pause workflows with createHook and resume via resumeHook to wait for real-world signals.
- Workflow orchestration: start, run, and coordinate child workflows, including multi-step and parallel tasks, with built-in observability.
- AI-assisted orchestration: leverage DurableAgent and AI integrations to guide decision making within workflows.
- Observability and admin tooling through World SDK for runs, steps, hooks, and streams.
Quick Start
Define a durable workflow with 'use workflow' and trigger it using the start() API to begin a run.