download

async DatomaWorkflow.download(output_path=None)[source]

Downloads the output files of the workflow. First waits until the workflow is finished. Must be called with await.

Parameters:

output_path (str, optional) – The path to download the files generated by the workflow, defaults to None. If None, the files will be downloaded to the current directory, generating a subfolder.