What problem does it solve?
This Skill helps you create durable, resumable workflows that can survive restarts, pause for external events, retry on failure, and coordinate multi-step operations over time.
Core Features & Use Cases
- Durable Workflows: Build workflows that can recover from failures and continue running after a restart.
- Resumable Workflows: Pause and resume workflows based on external events or user actions.
- Retry Logic: Automatically retry workflows or steps on failure, without manual intervention.
- Step-Based Orchestration: Organize multi-step operations, manage parallel tasks, and trigger workflows.
- Use Case: Imagine you need to process a queue of tasks that involve multiple steps and dependencies. Use this Skill to automate the process, ensuring that each task is completed and the results are recorded accurately.
Quick Start
Use the workflow skill to create a new workflow that triggers when a new document is uploaded to the cloud storage service.