Process Files
Description
Process files, is a step in the Utility Plugin for Process Studio Workflows. This step copies, moves or deletes files by specifying the necessary source and target file names.
Configurations
No. | Field Name | Description |
---|---|---|
1 | Step name | Specify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow. |
2 | Operation | Choose an operation from the drop down list: Copy, Move or Delete |
3 | Create target parent folder | Enable this checkbox to create the target parent folder. Otherwise it throws an exception when the target parent folder does not exist. |
4 | Overwrite target file | Enable this option to overwrite the target file if it already exists. Otherwise it will not be overwritten and silently ignored. |
5 | Add target filename to result | Enable Add target filename to result checkbox to add the copied, moved or deleted files to result files. |
6 | Set simulation mode | Enable this checkbox to execute the step only for simulation purposes. No action will be taken at the end and no file will be copied, moved or deleted. |
7 | Source filename field | Specify a field that contains the complete path to the source file for copy or move or the file to be deleted. |
8 | Target filename field | Specify a field that contains the complete path to the target file. This field must not be given in the Delete mode. |