Skip to content

Commit 19ca76c

Browse files
author
Peter Amstutz
committed
Add documentRoot
1 parent c344fa4 commit 19ca76c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

draft-2/CommonWorkflowLanguage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,6 +1243,7 @@ $graph:
12431243
specializeTo: "#CommandInputParameter"
12441244
- specializeFrom: "#OutputParameter"
12451245
specializeTo: "#CommandOutputParameter"
1246+
documentRoot: true
12461247
doc: |
12471248
12481249
A CommandLineTool process is a process implementation for executing a
@@ -1448,6 +1449,7 @@ $graph:
14481449
name: ExpressionTool
14491450
extends: "#Process"
14501451
docAfter: "#CommandLineTool"
1452+
documentRoot: true
14511453
doc: |
14521454
Execute an expression as a process step.
14531455
fields:
@@ -1736,6 +1738,7 @@ $graph:
17361738
specialize:
17371739
- specializeFrom: "#OutputParameter"
17381740
specializeTo: "#WorkflowOutputParameter"
1741+
documentRoot: true
17391742
doc: |
17401743
A workflow is a process consisting of one or more `steps`. Each
17411744
step has input and output parameters defined by the `inputs` and `outputs`

0 commit comments

Comments
 (0)