Fix CWL tests refs #18238
[arvados.git] / sdk / cwl / tests / wf / scatter2_subwf.cwl
index 191f80cbcb11ff9ac44c8e08f37df13e375e4243..218b0c5018df3963596a65854a499d2e0c7e2295 100644 (file)
@@ -5,10 +5,18 @@
 {
   "$graph": [
     {
+      "$namespaces": {
+        "arv": "http://arvados.org/cwl#"
+      },
       "class": "Workflow",
+      "cwlVersion": "v1.0",
       "hints": [],
       "id": "#main",
       "inputs": [
+        {
+          "id": "#main/fileblub",
+          "type": "File"
+        },
         {
           "id": "#main/sleeptime",
           "type": "int"
@@ -78,5 +86,8 @@
       ]
     }
   ],
+  "$namespaces": {
+    "arv": "http://arvados.org/cwl#"
+  },
   "cwlVersion": "v1.0"
-}
\ No newline at end of file
+}