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:
789
789
May be an expression. If so, the expression return value must validate
790
790
as `{type: array, items: [File, Directory]}`.
791
791
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
+
792
799
793
800
- name : EnvVarRequirement
794
801
type : record
Original file line number Diff line number Diff line change @@ -840,6 +840,13 @@ $graph:
840
840
May be an expression. If so, the expression return value must validate
841
841
as `{type: array, items: [File, Directory]}`.
842
842
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
+
843
850
844
851
- name : EnvVarRequirement
845
852
type : record
You can’t perform that action at this time.
0 commit comments