Fix CWL tests refs #18238
[arvados.git] / sdk / cwl / tests / wf / scatter2_subwf.cwl
index 7a07de5bd23885b25a4627b6260b0e04ac82daba..218b0c5018df3963596a65854a499d2e0c7e2295 100644 (file)
@@ -5,8 +5,11 @@
 {
   "$graph": [
     {
+      "$namespaces": {
+        "arv": "http://arvados.org/cwl#"
+      },
       "class": "Workflow",
-      "cwlVersion": "v1.1",
+      "cwlVersion": "v1.0",
       "hints": [],
       "id": "#main",
       "inputs": [
           "run": {
             "baseCommand": "sleep",
             "class": "CommandLineTool",
-            "id": "#main/sleep1/run/subtool",
+            "id": "#main/sleep1/subtool",
             "inputs": [
               {
-                "id": "#main/sleep1/run/subtool/sleeptime",
+                "id": "#main/sleep1/subtool/sleeptime",
                 "inputBinding": {
                   "position": 1
                 },
@@ -71,7 +74,7 @@
             ],
             "outputs": [
               {
-                "id": "#main/sleep1/run/subtool/out",
+                "id": "#main/sleep1/subtool/out",
                 "outputBinding": {
                   "outputEval": "out"
                 },
@@ -83,5 +86,8 @@
       ]
     }
   ],
-  "cwlVersion": "v1.1"
+  "$namespaces": {
+    "arv": "http://arvados.org/cwl#"
+  },
+  "cwlVersion": "v1.0"
 }