X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/10402f74ccdae453ae353c389a02c0415adcf1e7..e2267bd99209651c61425f335230e515421b2ef4:/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 2a9cea5802..218b0c5018 100644 --- a/sdk/cwl/tests/wf/scatter2_subwf.cwl +++ b/sdk/cwl/tests/wf/scatter2_subwf.cwl @@ -5,11 +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" @@ -79,5 +86,8 @@ ] } ], + "$namespaces": { + "arv": "http://arvados.org/cwl#" + }, "cwlVersion": "v1.0" -} \ No newline at end of file +}