Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12.1
-
None
Description
Current Situation
The parameters skipFirstFiles and skipLastFiles can not be specified at the same time.
The parameters skipFirstFiles and skipLastFiles are depending on the value of minFileAge | maxFileAge and minFileSize | maxFileSize. It is not possible to skip Files without specifying one of the depending parameters.
Desired Behaviour
It should be possible to specify the parameters skipFirstFiles and skipLastFiles at the same time.
The parameters skipFirstFiles and skipLastFiles should not depend on the value of minFileAge | maxFileAge or minFileSize | maxFileSize. It should be possible to skip Files without specify one of the depending parameters. The skip should work on the given ordering that is specified with sortOrder and sortCriteria.
Attachments
Issue Links
- relates to
-
JITL-447 The JITL Job JobSchedulerCopyFile should have an option to sort the list of source files that will be copied
- Released