Tasker Core Guides
This directory contains practical how-to guides for working with Tasker Core.
Documents
| Document | Description |
|---|---|
| Quick Start | Get running in 5 minutes |
| Use Cases and Patterns | Practical workflow examples |
| Conditional Workflows | Runtime decision-making and dynamic steps |
| Batch Processing | Parallel processing with cursor-based workers |
| DLQ System | Dead letter queue investigation and resolution |
| Retry Semantics | Understanding max_attempts and retryable flags |
| Identity Strategy | Task deduplication with STRICT, CALLER_PROVIDED, ALWAYS_UNIQUE |
| Configuration Management | TOML architecture, CLI tools, runtime observability |
When to Read These
- Getting started: Begin with Quick Start
- Implementing features: Check Use Cases and Patterns
- Handling errors: See Retry Semantics and DLQ System
- Processing data: Review Batch Processing
- Deploying: Consult Configuration Management
Related Documentation
- Architecture - The “what” - system structure
- Principles - The “why” - design philosophy
- Workers - Language-specific handler development