Let's say I have a single pipeline (is that the right term?) with many input layers that I'm converting to hosted feature layers. Is it possible to ad-hoc disable parts of that process without breaking connections? So, let's say I have 10 input layers and 10 output hosted feature layers. Right now I only want to run it on 5 of those. Then tomorrow, I want to come in and activate those 5 but deactivate the other 5, then run again.
I'm hoping not to have to build individual pipelines for each of these 10 translations, but I want that fine granularity of control and will do that if I have to.
Thanks.