Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Undefined links corrected

...

Parameter used by JobSchedulerCanWrite

Parameter: file

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:

  • date format date format must be a valid Java data format string, e.g. yyyyMMddHHmmss , yyyy-MM-dd.HHmmss etc. Example: <param namh1. name="file" value"sample/helloyyyyMMdd.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. name="file" value"%scheduler_file_path%" />
During the job runtime the parameter file contains the value of the job parameter scheduler_file_path . UsingDirectory Using Directory Monitoring with File Ordersthe Orders the job parameter scheduler_file_path contains automatically the path of the file that triggered the order.
This parameter is mandatory.

...