overwriteExisting
A flag that indicates whether to overwrite an existing file of the same name. The default is FALSE.
If the workflow is processing a file that has the same name as an existing file, the behavior is as follows:
If
OverwriteExistingisTRUE, the existing file is replaced with the file being processed.If
OverwriteExistingisFALSE, nothing happens, and the workflow processing stops.