Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
PythonFunction -> StateTrackedFunction
Wrap executable functions with decorators that automatically catch exceptions, apply retry policies, and transition execution states.
Problem it solves
Manual error handling, state tracking, and retry logic across multiple pipeline tasks results in fragile boilerplate.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.