Hi I have a question, I have a schedule that closes some wos, the process is the next one, first I change the status from all the wos from certain period from in process to built (if they pass some criteria), then I make a search for all the wos where its last modified date is the day that runs the script, I apply some filters to know which I'll be closing, when I have all of them I close them. is this efficient?, or the other idea is, on the same loop where I change from in process to built, then check if they can be closed, this way I avoid a second search,this way I only run one loop where I go search in process->built->close instead of search in process->built ->search built ->close