File-Polling Schedule

This type of schedule can be created to trigger the execution of a job whenever a given file appears on the file-system.

Parameters

Input

NameDescription
DirecotoryThe directory that will be watched.
FileFilterA regular expression that matches the filenames that should trigger the job execution. See here for the regular-expression syntax.
Nested JobThe job that gets executed when a new file is found.

Output

The following parameters are made available to the nested job

NameDescription
tasxs.file.fullnameThe name of the file including the full path.