pub async fn download_artefact_to_path(
    url: &str,
    id: &str,
    name: &str,
    dest: &str
) -> Result<BytesDownloaded, ClientError>
Expand description

Download artefact output of a task in a workflow and save it to a directory path. Here name is the name of the output as defined in the flow definition and dest is path to a directory.