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