...
Parameter: file
File or Folder to watch forChecked for
Checked file or directorySupports directory
Supports masks for substitution in the file name and directory name with format strings that are enclosed by {*} and {*} . The following format strings are supported:
Code Block |
---|
[date: date format ] '''date format''' must be a valid Java data format string, e.g. '''yyyyMMddHHmmss''' , '''yyyy-MM-dd.HHmmss''' etc. |
Example: <param namh1.
Code Block |
---|
<param name="file" value="sample/hello[date:yyyyMMdd].txt" /> |
On 2050-12-31 the parameter file contains the value "sample/hello20501231.txt" .
Supports substitution of job parameter names with their value if the job parameter name is enclosed by % and % .
Example: <param namh1. "file" value"%scheduler_file_path%" />
During the job runtime the parameter file contains the value of the job parameter scheduler_file_path . UsingDirectory Monitoring with File Ordersthe job parameter scheduler_file_path contains automatically the path of the file that triggered the order.
The default value for this parameter is ..
This parameter is mandatory.
...
maximum age of one or multiple filesSpecifies files
Specifies the maximum age of one or more files. If a file is older, then it is deemed not to exist.
Possible values:
0 (disabled) secondshours:minuteshours
seconds
hours:minutes
hours:minutes:seconds
The default value for this parameter is 0.
...