Goal
Copy a realistic starting point for common backend workflows.Prerequisites
- A StackShift client, queue, and handler route
Workflow
1
Pick the example closest to your flow.
2
Replace external services with your own app functions.
3
Keep the idempotency and event correlation patterns.
Send verification email
Signup flow
Payment to provisioning workflow
Payment confirmed
File processing pipeline
Process upload
Expected result
You have practical templates for common production backend work.
Related guides
Durable Jobs workflows
Use steps and events to build multi-step jobs that can retry, pause, and resume.
State Store
Use durable state for progress, deduplication, counters, TTL-backed markers, and locks.