Skip to main content

Module middleware

Module middleware 

Source
Expand description

Task middleware for pre/post execution hooks.

Middleware runs runner-local (not distributed). For distributed status callbacks, use the trigger system instead.

Traitsยง

TaskMiddleware
Hook that runs before and after each task invocation on this runner.