Is there a way in model builder to set the model to look for lock files on all data used in the process before commencing? Alternatively, is there a way to get the model to wait for a lock file to clear before continuing instead of just stopping and leaving everything half done?
Whilst these are the preferable methods, if they can't be achieved, can it be set up to skip steps and go down an alternative path which I could write to restore the original data (my model makes copies of the old data before commencing, which get deleted at the end if it completes all processes successfully in case another user access the data and interrupts the processes).