Skip to content

Commit 4007cb0

Browse files
author
Peter Amstutz
committed
Fix specialize on Workflow.
1 parent 2ec0b1b commit 4007cb0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

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)