Skip to content

Commit 381fb38

Browse files
author
Peter Amstutz
committed
Squashed 'cwltool/schemas/' changes from 2ec0b1b..50fed92
50fed92 Fix specialize on Workflow. git-subtree-dir: cwltool/schemas git-subtree-split: 50fed924dab873fbb8f3e51cfd4d53beab5d3982
1 parent 063daf0 commit 381fb38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v1.0/Workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,8 @@ $graph:
433433
extends: "#Process"
434434
documentRoot: true
435435
specialize:
436-
specializeFrom: "#OutputParameter"
437-
specializeTo: "#WorkflowOutputParameter"
436+
- specializeFrom: "#OutputParameter"
437+
specializeTo: "#WorkflowOutputParameter"
438438
doc: |
439439
A workflow describes a set of **steps** and the **dependencies** between
440440
those steps. When a step produces output that will be consumed by a

0 commit comments

Comments
 (0)