Fix CWL tests refs #18238
[arvados.git] / sdk / cwl / tests / wf / scatter2_subwf.cwl
index dd4c7054a94c5c9dc73785eafbbc36e2bdff55b5..218b0c5018df3963596a65854a499d2e0c7e2295 100644 (file)
@@ -1,10 +1,22 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 {
   "$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"
@@ -74,5 +86,8 @@
       ]
     }
   ],
+  "$namespaces": {
+    "arv": "http://arvados.org/cwl#"
+  },
   "cwlVersion": "v1.0"
-}
\ No newline at end of file
+}