Next Steps
You’ve built your first handler and workflow. Here’s where to go from here.
See Complete Applications
The Example Apps demonstrate five real-world workflow patterns implemented in all four languages. Each app is a fully working project you can clone, run, and study.
Learn Through Stories
The Engineering Stories series teaches Tasker concepts through progressive scenarios — from a simple e-commerce checkout to multi-team namespace isolation. Each story builds on the previous one.
Go Deeper
Architecture & Design
- Architecture Overview — System design, lifecycle actors, and DAG execution
- Worker Architecture — How workers process steps across languages
- Event System — Pub/sub and observability events
Operations
- Backpressure Architecture — Monitor and tune backpressure
- Configuration Management — Database connection and pool management
- Observability — Metrics, tracing, and logging
- Auth & Security — Authentication and authorization
Reference
- Configuration Reference — All configuration options
- API Reference — REST and gRPC API documentation
- Handler Types — API, Decision, and Batchable handler patterns
CLI Tooling
- Using tasker-ctl — Initialize projects, generate scaffolding, manage remotes
- tasker-ctl Architecture — How the CLI tool is built
Contributing
- Contributing to Tasker — Development setup, workflow, and PR process for tasker-core and tasker-contrib
- GitHub Issues — Report bugs or request features