Skip to content

Commit 3cf1664

Browse files
authored
Merge pull request #28 from common-workflow-language/799-pass-through-wf-input
Note explicitly that pass-through is legal
2 parents 13cf399 + fe26d2f commit 3cf1664

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Workflow.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ $graph:
4848
4949
## Changelog
5050
51+
* Document explicitly that CWL allows pass-through of workflow inputs to outputs
5152
* Default values for some fields are now expressed in the schema
5253
* When defining record types, fields of type `File` may now include
5354
`format`, `secondaryFiles`, and `streamable`.
@@ -183,8 +184,9 @@ $graph:
183184
docParent: "#Workflow"
184185
doc: |
185186
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.
188190
fields:
189191
- name: outputSource
190192
doc: |

0 commit comments

Comments
 (0)