File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1243,6 +1243,7 @@ $graph:
1243
1243
specializeTo : " #CommandInputParameter"
1244
1244
- specializeFrom : " #OutputParameter"
1245
1245
specializeTo : " #CommandOutputParameter"
1246
+ documentRoot : true
1246
1247
doc : |
1247
1248
1248
1249
A CommandLineTool process is a process implementation for executing a
@@ -1448,6 +1449,7 @@ $graph:
1448
1449
name : ExpressionTool
1449
1450
extends : " #Process"
1450
1451
docAfter : " #CommandLineTool"
1452
+ documentRoot : true
1451
1453
doc : |
1452
1454
Execute an expression as a process step.
1453
1455
fields :
@@ -1736,6 +1738,7 @@ $graph:
1736
1738
specialize :
1737
1739
- specializeFrom : " #OutputParameter"
1738
1740
specializeTo : " #WorkflowOutputParameter"
1741
+ documentRoot : true
1739
1742
doc : |
1740
1743
A workflow is a process consisting of one or more `steps`. Each
1741
1744
step has input and output parameters defined by the `inputs` and `outputs`
You can’t perform that action at this time.
0 commit comments