Skip to content

Commit 1166ea4

Browse files
author
Peter Amstutz
committed
Clarify interpretation of secondaryFiles on inputs.
1 parent c645e3b commit 1166ea4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

v1.0/Process.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,12 +336,14 @@ $graph:
336336
Only valid when `type: File` or is an array of `items: File`.
337337
338338
Describes files that must be included alongside the primary file(s).
339+
All listed secondary files must be present. An implementation may
340+
fail workflow execution if a secondary file does not exist.
339341
340342
If the value is an expression, the value of `self` in the expression
341343
must be the primary input or output File to which this binding applies.
342344
343345
If the value is a string, it specifies that the following pattern
344-
should be applied to the primary file:
346+
should be applied to the `location` of the primary file:
345347
346348
1. If string begins with one or more caret `^` characters, for each
347349
caret, remove the last file extension from the path (the last

0 commit comments

Comments
 (0)