What problem does it solve?
This Skill enables the creation of robust, long-running workflows that can pause, resume, and recover from failures, ensuring critical operations complete reliably.
Core Features & Use Cases
- Durable Execution: Workflows automatically save their state and can resume from where they left off after interruptions or restarts.
- Event-Driven Pausing: Use hooks to pause workflows until specific external events occur (e.g., user approval, webhook notification).
- Step-Based Logic: Organize complex operations into discrete, retryable steps with full Node.js access, avoiding sandbox limitations.
- AI Agent Integration: Seamlessly integrate AI agents that maintain conversational state across workflow interruptions.
- Use Case: Orchestrate a multi-day data processing pipeline that waits for external data feeds, retries failed API calls, and logs progress, all while surviving server restarts.
Quick Start
Use the workflow skill to create a new durable workflow that fetches user data and processes it.