File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -789,6 +789,13 @@ $graph:
789789 May be an expression. If so, the expression return value must validate
790790 as `{type: array, items: [File, Directory]}`.
791791
792+ Files or Directories which are listed in the input parameters and
793+ appear in the `InitialWorkDirRequirement` listing must have their
794+ `path` set to their staged location in the designated output directory.
795+ If the same File or Directory appears more than once in the
796+ `InitialWorkDirRequirement` listing, the implementation must choose
797+ exactly one value for `path`; how this value is chosen is undefined.
798+
792799
793800 - name : EnvVarRequirement
794801 type : record
Original file line number Diff line number Diff line change @@ -840,6 +840,13 @@ $graph:
840840 May be an expression. If so, the expression return value must validate
841841 as `{type: array, items: [File, Directory]}`.
842842
843+ Files or Directories which are listed in the input parameters and
844+ appear in the `InitialWorkDirRequirement` listing must have their
845+ `path` set to their staged location in the designated output directory.
846+ If the same File or Directory appears more than once in the
847+ `InitialWorkDirRequirement` listing, the implementation must choose
848+ exactly one value for `path`; how this value is chosen is undefined.
849+
843850
844851 - name : EnvVarRequirement
845852 type : record
You can’t perform that action at this time.
0 commit comments