X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/060d38d627bd1e51dd2b3c6e7de9af6aa7d7b6f3..9e58fc08fa949a6468626c001cd289f88e75fa15:/sdk/cwl/tests/wf/scatter2.cwl diff --git a/sdk/cwl/tests/wf/scatter2.cwl b/sdk/cwl/tests/wf/scatter2.cwl index e6c002ddf6..79c3854d8e 100644 --- a/sdk/cwl/tests/wf/scatter2.cwl +++ b/sdk/cwl/tests/wf/scatter2.cwl @@ -10,6 +10,11 @@ inputs: sleeptime: type: int[] default: [5] + fileblub: + type: File + default: + class: File + location: keep:99999999999999999999999999999999+118/token.txt outputs: out: type: string[] @@ -23,6 +28,7 @@ steps: scatterstep: in: sleeptime: sleeptime + fileblub: fileblub out: [out] scatter: sleeptime hints: @@ -32,6 +38,7 @@ steps: id: mysub inputs: sleeptime: int + fileblub: File outputs: out: type: string