Do you mean constructing the pipeline dynamically ...
# advanced-need-help
n
Do you mean constructing the pipeline dynamically on the fly? You can achieve this via the hooks but it isn't something we encourage in general. Part of the reason is that we think static pipeline is easier to understand and reproduce, when you hide too many switch in the pipeline, it's difficult to reason about it.