mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
This action will run only the selected steps in a model, allowing the user to run a subset of the model. The initial state will be taken from any previous executions of the model through the designer, so results from previous steps in the model are available for the selected steps. This makes it possible for a user to fix parts of a large model, without having to constantly run the entire model to test. Especially useful when earlier steps in the model are time consuming!