We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bada39 commit 02022b7Copy full SHA for 02022b7
draft-4/Process.yml
@@ -199,9 +199,9 @@ $graph:
199
`location` field. When the file is staged as input to CommandLineTool,
200
the value of `contents` must be written to a file.
201
202
- If `loadContents` of `Binding` is true and `location` is valid, the
203
- implementation must read up to the first 64 KiB of text from the file
204
- and place it in the "contents" field.
+ If `loadContents` of `inputBinding` or `outputBinding` is true and
+ `location` is valid, the implementation must read up to the first 64
+ KiB of text from the file and place it in the "contents" field.
205
206
207
- name: Directory
0 commit comments