Export the Run history of a Workspace
acknowledged
S
Sapphire Canidae
Add the ability to export the Run history of a workspace via the Seqera Platform user interface directly or via the API.
I appreciate that all Runs save an execution trace, DAG and report to the specified output folder, but the nice thing about the Seqera Platform is, of course, the ability to see a history of all Runs within a workspace.
Rob Newman
Sapphire Canidae: We're looking into this, but I wanted to note that you could script this today using a combination of
tw runs list
to get all workflow runs in a workspace and tw runs dump
to dump each run detail in a zipped tar archive.References:
- tw runs list
- tw runs dump
Rob Newman
acknowledged