Skip to content

Commit ef44a8d

Browse files
author
bogdang989
committed
Specify default behavior for secondary file parameter
1 parent 864c05b commit ef44a8d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Process.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,8 @@ $graph:
469469
470470
Provides a pattern or expression specifying files or directories that
471471
should be included alongside the primary file.
472+
Secondary file is required for inputs and not required for outputs
473+
unless specified otherwise.
472474
473475
If the value is an expression, the value of `self` in the expression
474476
must be the primary input or output File object to which this binding
@@ -898,3 +900,6 @@ $graph:
898900
doc: |
899901
An implementation must not fail workflow execution if `required` is
900902
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+

0 commit comments

Comments
 (0)