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
@@ -263,7 +265,11 @@ $graph:
263
265
doc : |
264
266
The input of a workflow step connects an upstream parameter (from the
265
267
workflow inputs, or the outputs of other workflows steps) with the input
266
- parameters of the underlying step.
268
+ parameters of the process specified by the `run` field. Only input parameters
269
+ declared by the target process will be passed through at runtime to the process
270
+ though additonal parameters may be specified (for use within `valueFrom`
271
+ expressions for instance) - unconnected or unused parameters do not represent an
272
+ error condition.
267
273
268
274
## Input object
269
275
You can’t perform that action at this time.
0 commit comments