Merge branch '18947-githttpd'
[arvados.git] / sdk / cwl / tests / wf / scatter2.cwl
index f73ec2b13d3c4919dd99755bae65bbda8ff560a3..79c3854d8ef5547f8570229b3222fc1b215fb342 100644 (file)
@@ -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