Is there any documentation on writing a custom Ste...
# ask-metaflow
h
Is there any documentation on writing a custom StepDecorator? I'm looking for what are all the functions/hooks that can be overridden
1
c
No API docs that I am aware of (yet), but usually can find what I need by looking through existing plugins and using

this image

, which shows the order the hooks act in. This is the object to subclass.
🙌 1
👀 1