Skip to content

Commit fe26d2f

Browse files
author
Kaushik Ghose
authored
Note explicitly that pass-through is legal
Add documentation that pass-through of WorkflowInput to WorkflowOutput is allowed Add note to change log
1 parent 13cf399 commit fe26d2f

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)