Merged
Size
S
Change Breakdown
Docs100%
#3197docs: add per-task middleware section to tasks overview

Per-task middleware patterns added to task documentation

Developers can now learn how to define specific setup logic for individual tasks with newly documented per-task middleware patterns, keeping global configurations clean.

The task documentation has been updated to include a dedicated section on per-task middleware. Previously, developers might have struggled to find the official pattern for running specific setup code before individual tasks without resorting to global configurations. Now, the documentation explicitly shows how to configure setup logic for individual tasks.

This allows developers to run targeted code—like setting specific variables or context—after global configurations but right before a specific task executes. This pattern keeps global setups clean while giving individual tasks the precise execution context they need.

© 2026 · via Gitpulse