File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ $graph:
48
48
49
49
## Changelog
50
50
51
+ * Document explicitly that CWL allows pass-through of workflow inputs to outputs
51
52
* Default values for some fields are now expressed in the schema
52
53
* When defining record types, fields of type `File` may now include
53
54
`format`, `secondaryFiles`, and `streamable`.
@@ -183,8 +184,9 @@ $graph:
183
184
docParent : " #Workflow"
184
185
doc : |
185
186
Describe an output parameter of a workflow. The parameter must be
186
- connected to one or more parameters defined in the workflow that will
187
- provide the value of the output parameter.
187
+ connected to one or more parameters defined in the workflow that
188
+ will provide the value of the output parameter. It is legal to
189
+ connect a WorkflowInputParameter to a WorkflowOutputParameter.
188
190
fields :
189
191
- name : outputSource
190
192
doc : |
You can’t perform that action at this time.
0 commit comments