Skip to content

Copy

Purpose of the Node

This node is used to copy a file from a specified source path to a specified destination path. It handles both the direct copy of files and the efficient transfer of large files using multipart uploads.

Pins

This node has three input pins and two output pins:

Pin NamePin DescriptionPin TypeValue Type
StartInitiates the execution of the copy operationExec-
FromSpecifies the source path of the file to be copiedStructFlowPath
ToSpecifies the destination path where the file should be copiedStructFlowPath
SuccessActivates when the file copy is successfulExec-
FailureActivates when the file copy failsExec-