woom.tasks.Task.get_artifacts

woom.tasks.Task.get_artifacts#

Task.get_artifacts()[source]#

Get the artifacts raw paths as a dict

It generates the list of paths of all artifacts.

Parameters:

context (dict, woom.context.Context) – A dict that contain the context used to render the job script. It is required when the artifact paths must be generated by a function.

Returns:

Keys are artifacts names and values are lists of raw artifact paths

Return type:

dict