File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ $graph:
49
49
## Changelog
50
50
51
51
* Clarify how Requirements are inherited by step processes
52
+ * Clarify behavior around step inputs not consumed by the target
53
+ run process.
52
54
* Document explicitly that CWL allows pass-through of workflow inputs to outputs
53
55
* Added optional name and doc fields to OutputRecordSchema
54
56
* Default values for some fields are now expressed in the schema
@@ -264,7 +266,11 @@ $graph:
264
266
doc : |
265
267
The input of a workflow step connects an upstream parameter (from the
266
268
workflow inputs, or the outputs of other workflows steps) with the input
267
- parameters of the underlying step.
269
+ parameters of the process specified by the `run` field. Only input parameters
270
+ declared by the target process will be passed through at runtime to the process
271
+ though additonal parameters may be specified (for use within `valueFrom`
272
+ expressions for instance) - unconnected or unused parameters do not represent an
273
+ error condition.
268
274
269
275
## Input object
270
276
You can’t perform that action at this time.
0 commit comments