workflow

Automate durable, resumable workflows using Vercel Workflow DevKit APIs.

Updated Dec 12, 2025
One-click install
npx skills add https://github.com/global-os/gproxy --skill workflow-global-os
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow
Source: https://github.com/global-os/gproxy/tree/main/.agents/skills/workflow
Command: npx skills add https://github.com/global-os/gproxy --skill workflow-global-os

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @vercel/workflow, and includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build durable workflows that survive restarts and pause for external events?

You build durable workflows using the Vercel Workflow DevKit to orchestrate multi-step operations that automatically recover from failures, pause for external events, and resume execution without losing state.

What is the best way to automate retry logic for fault-tolerant task processing?

Automated retry logic is handled by configuring step-based orchestration within the workflow, which automatically retries failed steps without manual intervention to ensure complex business processes complete reliably.

Do I need prior knowledge of Vercel Workflow DevKit APIs to use this orchestration approach?

Yes, you need knowledge of Vercel Workflow DevKit APIs and concepts to effectively configure durable execution, manage parallel tasks, and trigger resumable workflows for your task automation scenarios.

How do I orchestrate multi-step operations that depend on event-driven processing?

Multi-step operations are orchestrated using the workflow skill to organize dependencies, manage parallel tasks, and trigger event-driven processing that pauses and resumes based on external user actions.

When do I need resumable workflows for complex business processes?

Resumable workflows are needed when complex business processes require coordinating operations over time, surviving restarts, and waiting for external events before continuing to the next step.