Troubleshooting banner
upstash upstash

Troubleshooting

Productivity community

Description

# Workflow Troubleshooting (TypeScript) This guide provides clear, TypeScript‑focused patterns for diagnosing and fixing common issues in Upstash Workflow. It highlights correct usage of core workflow features and shows how to avoid pitfalls that commonly occur in real applications. --- ## Steps Inside try/catch Workflow steps (`context.run`, `context.sleep`, `context.sleepUntil`, `context.call`) intentionally throw `WorkflowAbort` after completing. Catching this error prevents the workflow

Installation

Installs to ~/.claude/skills/upstash-workflow-js-troubleshooting/SKILL.md

Terminal
mkdir -p ~/.claude/skills/upstash-workflow-js-troubleshooting && curl -fsSL https://raw.githubusercontent.com/upstash/workflow-js/HEAD/skills/troubleshooting.md -o ~/.claude/skills/upstash-workflow-js-troubleshooting/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository