Select to view content in your preferred language

Disabling a Step in ArcGIS Pro's Model Builder

165
1
Jump to solution
10-02-2024 02:21 PM
RezaSabouri
New Contributor

Hello,

I have created a large model using ArcGIS Pro's Model Builder, and it takes 10 minutes to run.

I am adding some new steps to the model and I need to debug it.

How can I disable some steps of my model, so it does not take much time every time that I test a new step?

(I have tried disconnecting the arrows, but it would require me to define some inputs again later). Thanks.

0 Kudos
1 Solution

Accepted Solutions
Robert_LeClair
Esri Notable Contributor

In ModelBuilder, you can run a single tool by right clicking on the tool and selecting Run.  Or a sequence of tools.  And of course, the entire model.  Reference the Help doc here.  

Another option is to select the new steps in the model and create a group.  From there, you could save the group as a new model and debug there.

A third option is to export to a Python script and test the workflows there to see if it throws an error message.

But as far as disabling steps in the model, I don't know of a way to do that.

View solution in original post

1 Reply
Robert_LeClair
Esri Notable Contributor

In ModelBuilder, you can run a single tool by right clicking on the tool and selecting Run.  Or a sequence of tools.  And of course, the entire model.  Reference the Help doc here.  

Another option is to select the new steps in the model and create a group.  From there, you could save the group as a new model and debug there.

A third option is to export to a Python script and test the workflows there to see if it throws an error message.

But as far as disabling steps in the model, I don't know of a way to do that.