Skip to main content

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 NameDescription
1Step nameSpecify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow.
2OperationChoose an operation from the drop down list: Copy, Move or Delete
3Create target parent folderEnable this checkbox to create the target parent folder. Otherwise it throws an exception when the target parent folder does not exist.
4Overwrite target fileEnable this option to overwrite the target file if it already exists. Otherwise it will not be overwritten and silently ignored.
5Add target filename to resultEnable Add target filename to result checkbox to add the copied, moved or deleted files to result files.
6Set simulation modeEnable 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.
7Source filename fieldSpecify a field that contains the complete path to the source file for copy or move or the file to be deleted.
8Target filename fieldSpecify a field that contains the complete path to the target file. This field must not be given in the Delete mode.