Results of the FILE type of data can be saved into the repository using this action. The tasks owner has to have the System permission to- and write access in the repository module. The following options are available in the configuration:
There are three placeholders to dynamically determine the resulting file name:
[filename]
- the name of the file as generated by a job[date]
- the date, when the job was executed[time]
- the time at which the job was executedNote: the File Name Format must not define the file extension. The extension will be added at the end.
Pattern: [filename] [date] [time] File Input: abc.pdf File Output: abc 2017-04-07 09-45.pdf Path Input: abc/def.pdf Path Output: abc 2017-04-07 09-45/def.pdf