...
In the sample below there are two different approaches described how you can start jobs on a file event.
Using a file order source
See also Documentation
The job chain job_chain_file_order_source has a file order source watching for files in c:\temp\input with the file name extension .txt. When a file arrives, an order for the job chain will be created. The file will be removed at the end of the job chain by the file sink node(s).
- Orders can not have additional parameters.
- Order processing starts when the file is detected, not after the file is completely written.
Using JITL Job JobSchedulerExistsFile
See also Documentation
...