WE

Documentation

Everything you need to know about using and creating workflow steps

What is Workflow Elements?

Workflow Elements is a collection of reusable workflow steps built on top of the Workflow DevKit. Instead of building common workflow functionality from scratch, you can browse, copy, and customize pre-built steps for your use case.

Each step is a self-contained TypeScript function marked with the 'use step' directive, which provides automatic retries, error handling, and durability. Steps can be combined into workflows to build reliable, long-running processes.

Key Features

  • Copy and paste steps directly into your project - no npm packages required
  • Built-in retry logic and error handling using Workflow DevKit
  • Fully typed with TypeScript for excellent IDE support
  • Community-driven with contributions welcome