In one of my workflows, I have a deployment leg that pushes files to another Workarea in TeamSite.Once they have been pushed to this area, other users come in and utilize this content for their own purposes.My problem is this. Occasionally, the deployment might be rather large (say 500 MB or a gig). Something like this can take OD a minute or so to deploy. I do not want users in my target Workarea to be able to do anything with the content until the full deployment has run.If anyone has some advice, I'd be glad to hear it. Thanks for your time.jt
The users cannot edit the files. They can only initiate new deployments to a variety of locations (therein, the problem...they select a directory and start deploying WHILE the directory is being populated!).Thanks, pshetty. I will do that.I was hoping for something easier (like a locktask or something), but will endeavor to put your suggestion in place.appreciate it.