Hi @<1892746036150013952:profile|NarrowRaccoon67> , why not merge it all into a single pipeline and just have logic in the pipeline controller itself to see if you want to run this part of the 'greater' pipeline or not
never mind, I think I found it; I have two steps which share one common procedure, I can just implement them as two separate steps in current pipeline; the interesting part is that this common procedure can be implemented in clear steps, which would be a good use of a pipeline and this way I can have a bit more insight about this common procedure in ClearML UI. That was my thought.
Hi @<1523701070390366208:profile|CostlyOstrich36> Thanks; I use decorators rather than the controller class; is there a way to get access to the controller instance if I am using decorators?