Select to view content in your preferred language

Can I control which parts of a pipeline get run?

246
2
Jump to solution
10-18-2024 11:53 AM
Royce_Simpson
Frequent Contributor

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.

x (x)
 
0 Kudos
1 Solution

Accepted Solutions
MaxPayson
Esri Contributor

Hi Royce, thanks for the question!

To run a subset of the outputs in a data pipeline, you can select the desired outputs then click the "Run" button in the context menu that appears over the output element (red arrow).

Multiple outputs can be selected by holding "Shift" and clicking on each one individually, or by dragging the mouse on the canvas over the elements with the "Select elements" interaction enabled (gray cursor button in the top right).

Screenshot 2024-10-18 at 4.05.05 PM.png

View solution in original post

2 Replies
MaxPayson
Esri Contributor

Hi Royce, thanks for the question!

To run a subset of the outputs in a data pipeline, you can select the desired outputs then click the "Run" button in the context menu that appears over the output element (red arrow).

Multiple outputs can be selected by holding "Shift" and clicking on each one individually, or by dragging the mouse on the canvas over the elements with the "Select elements" interaction enabled (gray cursor button in the top right).

Screenshot 2024-10-18 at 4.05.05 PM.png

Royce_Simpson
Frequent Contributor

Woo-hoo, that's awesome. 

Thanks.

x (x)
 
0 Kudos