Skip to content

Commit c125c8d

Browse files
GlassOfWhiskeymr-c
andcommitted
Update invocation.md
Co-authored-by: Michael R. Crusoe <1330696+mr-c@users.noreply.github.com>
1 parent fb033b4 commit c125c8d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

invocation.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,9 @@ The exit code of the process is available to expressions in
159159
If the output directory contains a file named "cwl.output.json", that
160160
file must be loaded and used as the output object. In this case, the
161161
output object should still be type-checked against the `outputs`
162-
section, but `outputBinding` is ignored. If an output name is present
163-
in the "cwl.output.json" file, but has not been declared in the
164-
`outputs` section, it must be ignored and not propagated to the next
165-
steps.
162+
section, but `outputBinding` is ignored. Any output is present in the
163+
"cwl.output.json" file but not declared in the `outputs` section must
164+
be discarded from the output object.
166165

167166
For Files and Directories, if the value of `path` is a relative path
168167
pattern (does not begin with a slash '/') then it is resolved relative

0 commit comments

Comments
 (0)