list_outputs

async DatomaWorkflow.list_outputs(regex=None)[source]

Lists the output files of the workflow filtered (if specified) by a regex. First waits until the workflow is finished. Must be called with await.

Parameters:

regex (str, optional) – A regex to filter the output, defaults to None.

Returns:

List of outputs, size in Bytes.

Return type:

list, int