Project

General

Profile

UseCases » History » Version 4

Tom Clegg, 09/20/2022 03:09 PM

1 1 Sarah Zaranek
h1. Use Cases
2
3
Use Cases for Workbench
4 2 Tom Clegg
5 3 Tom Clegg
I have a collection with buggy/suspect results. I need to figure out where in the pipeline the bug crept in.
6 2 Tom Clegg
* any big differences between the different "foo_XX" steps?
7
* flags passed to the "foo_XX" steps
8
* logs from one (all?) of the "bar_XX" steps
9
* docker image metadata (docker image ID, name, version, dockerfile)
10
11
I need to find a "good" workflow invocation, and compare it to something that isn't working now
12
* when did this workflow last succeed?
13
14 3 Tom Clegg
I have a collection that is valuable/interesting. I need to review/share/publish how it was generated (tools/versions/options/inputs).
15 1 Sarah Zaranek
16
I need to find some data, and confirm I'm looking at the right version.
17 3 Tom Clegg
18 4 Tom Clegg
I want to estimate how much money it will cost to run a workflow.
19
20
I want to know how long it will take to run my workflow.
21
* queued? when will it start?
22
* taking a long time? how long does it normally take?
23
* slower than it should be? should I run it with more CPUs, RAM, etc.?