AutoSys Workload Automation

 View Only
Expand all | Collapse all

Autosys to watch for new file creation event.Name of file not known.

  • 1.  Autosys to watch for new file creation event.Name of file not known.

    Posted Sep 14, 2015 03:28 PM

    Is there a way for autosys to watch for files being created in a particular directory.Once a file has been created it should trigger the next job by passing it the entire file name. The file name is not known before hand,only the directory to watch is known



  • 2.  Re: Autosys to watch for new file creation event.Name of file not known.
    Best Answer

    Posted Sep 29, 2015 01:17 PM

    file watcher or file trigger on create. on wild card

    then the next job can test the file sent. and then you can pass to job.

     

    I prefer the tried and true filewatcher

    good luck