Description
Copies files stored in the pipeline state (if file storage is available) to the specified location. No error will occur if nothing is available for <name> in the run state.
Use this utility function when you want to make use of files generated from the first step in the second step, which runs only after first step finishes.
Usage
restore_pipeline_files <name> <path>
nameis the name the file to be restored was given when added to the pipeline state.pathis a path at which to place the file or files.