File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -159,10 +159,9 @@ The exit code of the process is available to expressions in
159159If the output directory contains a file named "cwl.output.json", that
160160file must be loaded and used as the output object. In this case, the
161161output 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
167166For Files and Directories, if the value of ` path ` is a relative path
168167pattern (does not begin with a slash '/') then it is resolved relative
You can’t perform that action at this time.
0 commit comments