Skip to content

Commit 2d1a246

Browse files
committed
README tweaks
1 parent 1b98e26 commit 2d1a246

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,13 +246,24 @@ Nested workflows, steps that themselves are workflows, are indicated in `cwlprov
246246
[ Workflow start
247247
] Workflow end
248248

249-
To explore the nested workflow run with other commands, provide the run UUID with `--run` argument, e.g.
249+
_Note that there is a bug in CWLProv 0.3.0 logging shown above; steps of nested workflows are misleadingly labeled under `#main`_
250+
251+
You can list all workflow runs (including nested workflow runs) with `cwlprov runs`:
252+
253+
test/nested-cwlprov-0.3.0$ cwlprov runs
254+
39408a40-c1c8-4852-9747-87249425be1e * Run of workflow/packed.cwl#main
255+
0cceeaf6-4109-4f08-940b-f06ac959944a Run of workflow/packed.cwl#main
256+
Legend:
257+
* master workflow
258+
259+
To explore the nested workflow run with other commands you may have to provide the run UUID with `--run` argument, e.g.
250260

251261
test/nested-cwlprov-0.3.0$ cwlprov outputs --format=files --run 0cceeaf6-4109-4f08-940b-f06ac959944a 83752ab4-8227-4d4a-8baa-78376df34aed
252262
Output example_out:
253263
data/93/93035905e94e150874f5a881d39f3c5c6378dd38
254264

255265

266+
256267
## License
257268

258269
This repository is distributed under [Apache License, version 2.0](https://www.apache.org/licenses/LICENSE-2.0)

0 commit comments

Comments
 (0)