Everything you need to know about using and creating workflow steps
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.