Workflow Soluiton

 View Only
  • 1.  Folder Watch Start Workflow

    Posted Oct 21, 2013 12:29 PM

    I have a workflow that is watching a network folder.  The files I'm watching are updated hourly.  I want the files to be copied to 15 workstations every time they change.  My current workflow consists of a single model that contains the single "Folder Watch Start" component, then 15 individual "Copy Files" components that copy the files to the workstations and then an "End" component.  The problem is the "Copy Files" components that are further downstream are not updating hourly.  Does anyone have any ideas on a better design?



  • 2.  RE: Folder Watch Start Workflow

    Posted Oct 21, 2013 01:40 PM

    I'd have the names of the workstations in a text collection and then loop through it with one Copy File. Your project is probably throwing an error at or before the Copy File components so you need to make sure you have error handling in the project.