Skip to content

Commit 7dd06c8

Browse files
author
Peter Amstutz
committed
Squashed 'cwltool/schemas/' changes from 50fed92..4007cb0
4007cb0 Fix specialize on Workflow. REVERT: 50fed92 Fix specialize on Workflow. git-subtree-dir: cwltool/schemas git-subtree-split: 4007cb0
1 parent 381fb38 commit 7dd06c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

draft-3/Workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@ $graph:
378378
extends: "#Process"
379379
documentRoot: true
380380
specialize:
381-
specializeFrom: "#OutputParameter"
382-
specializeTo: "#WorkflowOutputParameter"
381+
- specializeFrom: "#OutputParameter"
382+
specializeTo: "#WorkflowOutputParameter"
383383
doc: |
384384
A workflow describes a set of **steps** and the **dependencies** between
385385
those processes. When a process produces output that will be consumed by a

0 commit comments

Comments
 (0)