X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/060d38d627bd1e51dd2b3c6e7de9af6aa7d7b6f3..9d74b115e05fac77b49d080d9c89699b12f3c433:/sdk/cwl/tests/wf/scatter2_subwf.cwl diff --git a/sdk/cwl/tests/wf/scatter2_subwf.cwl b/sdk/cwl/tests/wf/scatter2_subwf.cwl index 191f80cbcb..218b0c5018 100644 --- a/sdk/cwl/tests/wf/scatter2_subwf.cwl +++ b/sdk/cwl/tests/wf/scatter2_subwf.cwl @@ -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 +}