Skip to content

HttpDownloadNode

Purpose of the Node

This node is used to initiate an HTTP request to download a file from a specified URL and save it to a given path. It handles the execution flow based on the success or failure of the download operation.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartInitiates the HTTP requestExecution-
requestThe HTTP request to performStructHttpRequest
flow_pathThe path to save the file toStructFlowPath
SuccessExecution if the request succeedsExecution-
ErrorExecution if the request failsExecution-