Last Run Date
The Last Run Date (LRD) is used in export specifications to filter records based on the value of a date field. This feature facilitates the extraction of records created or modified since the last execution of the workflow.
The LRD is set after the extract is completed and only if there were no errors during the process. The Last Run Date that is saved will be the one captured at the beginning of the process.
Files
The date and time of a successful export workflow is stored as a *.lrd file in the ...\Taleo Connect Client\lastrundates folder. The LRD file name is based on the configuration file that creates and updates it. For example: Candidate_export_cfg.xml creates or updates Candidate_export.lrd.
Because the LRD value is associated to a specific configuration file, each export specification that uses LRD filtering must be paired with its own configuration file. For example: Candidate_export_sq.xml is matched exclusively to Candidate_export_cfg.xml. Using multiple LRD export specifications with a single configuration file will cause saved LRD conflicts.
Delay
By default, LRD filtering uses the current zone time minus 5 minutes to set the LRD filter value. The default LRD minute adjustment can be modified with the following system property: com.taleo.integration.client.lrd.filtering.minute.adjustment.zone=[minute value]