Workflow

Build a durable multi-step pipeline on Convex where each step runs in order and is retried independently on failure (transcribe→summarize→email, ETL, order fulfillment, any 'do A then B then C, retry each' job). Use @convex-dev/workflow — do NOT hand-roll a chain of scheduler calls or a custom jobs table. TRIGGER on multi-step / pipeline / 'retry each step' / long-running orchestration requests.

get-convex 0380825 3.8 KB Updated

File contents

get-convex/convex-codex-plugin/tree/main/plugins/convex/skills/workflow commit 0380825c83

Frequently asked questions

npx skillmds@latest add get-convex/workflow