Failure Reporting And Context Gating For Scheduler Tasks
Base classes for the TYPO3 Scheduler: any task built on them gains e-mail failure reports and per-application-context execution gating, and declares its configuration form through a typed field builder instead of hand-written HTML.
Failure Reports By E-Mail
A failing task notifies a configurable list of recipients with its own subject and message, instead of only turning red in a module nobody has open.
Context Gating
A task can be bound to application contexts, so the same configuration is deployed everywhere but only executes where it is meant to — Production, not Development.
Typed Field Builder
Text, text area, password, checkbox, select, and multi-select fields are declared as objects. The additional-field provider renders and validates them for you.
A Library, Not A Module
The extension ships no module and no task of its own. It extends the core Scheduler, and the extra fields appear on tasks that a consuming extension builds on it.