Project

General

Profile

UseCases » History » Version 11

Sarah Zaranek, 09/20/2022 03:18 PM

1 5 Sarah Zaranek
h1. Use Cases for Workbench
2 2 Tom Clegg
3 6 Sarah Zaranek
h2. Running Workflows  
4
5
I want to run a workflow on a collection that exists
6
* did my workflow run correctly?
7
* if finished - check status, logs and output
8
9 11 Sarah Zaranek
h2. Running a Registered Workflow
10
11
I want to run a workflow that someone built for me. 
12
13 6 Sarah Zaranek
h2. Debugging Workflows
14
15 3 Tom Clegg
I have a collection with buggy/suspect results. I need to figure out where in the pipeline the bug crept in.
16 2 Tom Clegg
* any big differences between the different "foo_XX" steps?
17
* flags passed to the "foo_XX" steps
18
* logs from one (all?) of the "bar_XX" steps
19
* docker image metadata (docker image ID, name, version, dockerfile)
20
21 6 Sarah Zaranek
h2. Finding Workflows 
22
23 3 Tom Clegg
I need to find a "good" workflow invocation, and compare it to something that isn't working now
24 1 Sarah Zaranek
* when did this workflow last succeed?
25
26 8 Sarah Zaranek
h2. Creating a collection
27
28
I want to create a new collection
29
* from data already in an existing collection
30
* from a subset of files in an existing collection
31
* combining files from different subsets of different collections
32
* uploading from my desktop
33
* downloading from ftp, s3 or other location
34
* from the results of a already run workflow
35
36 6 Sarah Zaranek
h2. Getting Collection Lineage
37
38 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).
39 1 Sarah Zaranek
40 10 Sarah Zaranek
h2. Find a Collection
41 1 Sarah Zaranek
42 10 Sarah Zaranek
I need to find some data, and confirm I'm looking at the right collection. 
43 7 Sarah Zaranek
44 1 Sarah Zaranek
h2. Cost Estimation
45
46 7 Sarah Zaranek
I want to estimate how much money it will cost to run a workflow.
47
48
h2. Run-time Estimation
49
50 9 Sarah Zaranek
I want to know how long it will take to run my workflow.
51 4 Tom Clegg
* queued? when will it start?
52
* taking a long time? how long does it normally take?
53
* slower than it should be? should I run it with more CPUs, RAM, etc.?