File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -469,6 +469,8 @@ $graph:
469
469
470
470
Provides a pattern or expression specifying files or directories that
471
471
should be included alongside the primary file.
472
+ Secondary file is required for inputs and not required for outputs
473
+ unless specified otherwise.
472
474
473
475
If the value is an expression, the value of `self` in the expression
474
476
must be the primary input or output File object to which this binding
@@ -898,3 +900,6 @@ $graph:
898
900
doc : |
899
901
An implementation must not fail workflow execution if `required` is
900
902
set to `false` and the expected secondary file does not exist.
903
+ Default value for `required` field is `true` for secondary files on
904
+ input and `false` for secondary files on output.
905
+
You can’t perform that action at this time.
0 commit comments