I am learning python and model building in 10.0. I have a model that I want to put inside another model so the whole process can run continuously. My problem is that model within a model needs to be validated after the first part of the model runs, as it is relying on newly named data.
Is there script or somewhere in the model that it can be set to validate during the process?
I would even be happy with re-validating the model while it is running and put the two tools from the model within a model instead if possible.
I do not know if need to set a parameter or environment, but there has to be a way.