Engineering Stories
A progressive-disclosure blog series that teaches Tasker concepts through real-world scenarios. Each story builds on the previous, showing how a growing engineering team adopts workflow orchestration across all four supported languages.
These stories are being rewritten for the current Tasker architecture. See the archive for the original GitBook-era versions.
| Story | Theme | Status |
|---|---|---|
| 01: E-commerce Checkout | Linear pipelines, error handling, retry | Published |
| 02: Data Pipeline | DAG workflows, parallel execution, ETL | Published |
| 03: Microservices Coordination | Diamond pattern, service coordination | Published |
| 04: Team Scaling | Namespace isolation, cross-team workflows | Published |
| 05: Observability | OpenTelemetry + domain events | Planned |
| 06: Batch Processing | Batch step patterns | Planned |
| 07: Conditional Workflows | Decision handlers | Planned |
| 08: Production Debugging | DLQ investigation | Planned |
Every published story (01-04) has working implementations in all four frameworks. See the Example Apps page for how to run them.