workflow-js
Durable serverless workflows with retries, scheduling, and orchestration
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Upstash Workflow?โผ
Run `npx skills add upstash/workflow-js --all -g -y` in your terminal to install all skills in this suite globally.
What is Upstash Workflow used for?โผ
It lets you write durable serverless functions with automatic retries, scheduling, and delivery guarantees, without managing queues or infrastructure.
How do I create a workflow endpoint?โผ
Use the `serve` method to expose an endpoint, then define steps with `context.run`, `context.sleep`, or `context.call` inside your route handler.
Can Upstash Workflow run multi-agent tasks?โผ
Yes. The agents skill supports models, tools, and tasks with patterns like prompt chaining, evaluator-optimizer, and orchestrator-workers.
Which frameworks does Upstash Workflow support?โผ
It works with Next.js, Cloudflare Workers, Express, Hono, SvelteKit, Astro, Nuxt, and other popular TypeScript frameworks.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core