X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/559729f94c6676cc6bca707e36417da412f937f5..442a871e7f3476938d0ebb3adbe3b9a7742f03ad:/sdk/cwl/tests/wf/scatter2.cwl diff --git a/sdk/cwl/tests/wf/scatter2.cwl b/sdk/cwl/tests/wf/scatter2.cwl index f73ec2b13d..79c3854d8e 100644 --- a/sdk/cwl/tests/wf/scatter2.cwl +++ b/sdk/cwl/tests/wf/scatter2.cwl @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + class: Workflow cwlVersion: v1.0 $namespaces: @@ -6,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[] @@ -19,6 +28,7 @@ steps: scatterstep: in: sleeptime: sleeptime + fileblub: fileblub out: [out] scatter: sleeptime hints: @@ -28,6 +38,7 @@ steps: id: mysub inputs: sleeptime: int + fileblub: File outputs: out: type: string @@ -44,6 +55,7 @@ steps: out: [out] run: class: CommandLineTool + id: subtool inputs: sleeptime: type: int